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:
parent
968ffaa3fd
commit
7d67bb4cf6
3 changed files with 234 additions and 6 deletions
|
@ -697,6 +697,7 @@ impl LanguageServer {
|
|||
"commitCharacters".to_owned(),
|
||||
"editRange".to_owned(),
|
||||
"insertTextMode".to_owned(),
|
||||
"insertTextFormat".to_owned(),
|
||||
"data".to_owned(),
|
||||
]),
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue