From f52549c1c4cc75efc9c69c97364d9791d7a0f1f7 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Tue, 11 Nov 2025 01:16:28 +0200 Subject: [PATCH] Small documentation fixes (#42397) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release Notes: - N/A Co-authored-by: Ole Jørgen Brønner --- crates/settings/src/settings_content/project.rs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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.