diff --git a/src/server.rs b/src/server.rs index a81fb3a..6827887 100644 --- a/src/server.rs +++ b/src/server.rs @@ -127,9 +127,6 @@ impl TestingLS { workspace_diagnostics: true, work_done_progress_options: WorkDoneProgressOptions::default(), })), - text_document_sync: Some(TextDocumentSyncCapability::Kind( - TextDocumentSyncKind::INCREMENTAL, - )), ..ServerCapabilities::default() } }