diff --git a/crates/settings/src/settings_content/project.rs b/crates/settings/src/settings_content/project.rs index e7a3798ebfa827cd287255f464f9e35bddd619f4..b6bebd76e28a316f19c400db2877219aeb2c7cc8 100644 --- a/crates/settings/src/settings_content/project.rs +++ b/crates/settings/src/settings_content/project.rs @@ -26,7 +26,6 @@ pub struct ProjectSettingsContent { /// The following settings can be overridden for specific language servers: /// - initialization_options /// - /// /// To override settings for a language, add an entry for that language server's /// name to the lsp value. /// Default: null @@ -113,15 +112,13 @@ pub struct LspSettings { /// /// Ref: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#initialize /// - /// Consult the documentation for the specific language server to see what settings - /// are supported. + /// Consult the documentation for the specific language server to see which settings are supported. pub initialization_options: Option, /// Language server settings. /// /// Ref: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_configuration /// - /// Consult the documentation for the specific LSP to see what settings - /// are supported. + /// Consult the documentation for the specific language server to see which settings are supported. pub settings: Option, /// If the server supports sending tasks over LSP extensions, /// this setting can be used to enable or disable them in Zed.