lsp: Enable dynamic registration for TextDocumentSyncClientCapabilities post revert (#36494)
Follow up: https://github.com/zed-industries/zed/pull/36485 Release Notes: - N/A
This commit is contained in:
parent
1444cd9839
commit
43b4363b34
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ impl LanguageServer {
|
|||
}),
|
||||
synchronization: Some(TextDocumentSyncClientCapabilities {
|
||||
did_save: Some(true),
|
||||
dynamic_registration: Some(false),
|
||||
dynamic_registration: Some(true),
|
||||
..TextDocumentSyncClientCapabilities::default()
|
||||
}),
|
||||
code_lens: Some(CodeLensClientCapabilities {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue