mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-12-23 09:47:07 +00:00
Merge pull request #47 from kbwo/chore/sync
fix: prevent syncing text documents
This commit is contained in:
commit
55cbc584d8
1 changed files with 0 additions and 3 deletions
|
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue