Revert "project: Handle textDocument/didSave
and textDocument/didChange
(un)registration and usage correctly (#36441)" (#36480)
This reverts commit c5991e74bb
.
This PR broke rust-analyzer's check on save function, so reverting for
now
Release Notes:
- N/A
This commit is contained in:
parent
2fb89c9b3e
commit
9e8ec72bd5
2 changed files with 17 additions and 57 deletions
|
@ -827,7 +827,7 @@ impl LanguageServer {
|
|||
}),
|
||||
synchronization: Some(TextDocumentSyncClientCapabilities {
|
||||
did_save: Some(true),
|
||||
dynamic_registration: Some(true),
|
||||
dynamic_registration: Some(false),
|
||||
..TextDocumentSyncClientCapabilities::default()
|
||||
}),
|
||||
code_lens: Some(CodeLensClientCapabilities {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue