Merge pull request #47 from kbwo/chore/sync

fix: prevent syncing text documents
This commit is contained in:
Kodai Kabasawa 2024-11-19 19:46:09 +09:00 committed by GitHub
commit 55cbc584d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()
}
}