Properly use lsp::CompletionList defaults (#21202)

- Closes https://github.com/zed-industries/zed/issues/21185

Release Notes:

- Fixed incorrect handling of the completion list defaults
This commit is contained in:
Kirill Bulatov 2024-11-26 12:23:38 +02:00 committed by GitHub
parent 968ffaa3fd
commit 7d67bb4cf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 234 additions and 6 deletions

View file

@ -697,6 +697,7 @@ impl LanguageServer {
"commitCharacters".to_owned(),
"editRange".to_owned(),
"insertTextMode".to_owned(),
"insertTextFormat".to_owned(),
"data".to_owned(),
]),
}),