chore: update some strings

This commit is contained in:
rvcas 2023-02-20 15:09:38 -05:00 committed by Lucas
parent 4b296de27c
commit 8b9991fd5b
1 changed files with 2 additions and 2 deletions

View File

@ -737,12 +737,12 @@ impl Server {
.unwrap_or(false);
if !supports_watch_files {
tracing::warn!("lsp_client_cannot_watch_gleam_toml");
tracing::warn!("lsp_client_cannot_watch_aiken_toml");
return Ok(());
}
// Register gleam.toml as a watched file so we get a notification when
// Register aiken.toml as a watched file so we get a notification when
// it changes and thus know that we need to rebuild the entire project.
let register_options =
serde_json::value::to_value(lsp_types::DidChangeWatchedFilesRegistrationOptions {