diff --git a/crates/lsp/src/lsp.rs b/crates/lsp/src/lsp.rs index 8d67855e39..a105c983f9 100644 --- a/crates/lsp/src/lsp.rs +++ b/crates/lsp/src/lsp.rs @@ -626,11 +626,7 @@ impl LanguageServer { properties: vec![ "additionalTextEdits".to_string(), "command".to_string(), - "detail".to_string(), "documentation".to_string(), - "filterText".to_string(), - "labelDetails".to_string(), - "tags".to_string(), // NB: Do not have this resolved, otherwise Zed becomes slow to complete things // "textEdit".to_string(), ],