We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77dea83 commit 39eb484Copy full SHA for 39eb484
crates/hdx_lsp/src/service.rs
@@ -153,7 +153,7 @@ impl Handler for LSPService {
153
text_document_sync: Some(lsp_types::TextDocumentSyncCapability::Options(
154
lsp_types::TextDocumentSyncOptions {
155
open_close: Some(true),
156
- change: Some(lsp_types::TextDocumentSyncKind::FULL),
+ change: Some(lsp_types::TextDocumentSyncKind::INCREMENTAL),
157
will_save: Some(true),
158
will_save_wait_until: Some(false),
159
save: Some(lsp_types::TextDocumentSyncSaveOptions::Supported(false)),
0 commit comments