mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-08-03 23:28:14 +00:00
fix: avoid incremental syncing
Basically, this LSP server diagnose code when saved
This commit is contained in:
parent
48af0e012c
commit
df261d6756
1 changed files with 1 additions and 3 deletions
|
@ -128,9 +128,7 @@ impl TestingLS {
|
|||
workspace_diagnostics: true,
|
||||
work_done_progress_options: WorkDoneProgressOptions::default(),
|
||||
})),
|
||||
text_document_sync: Some(TextDocumentSyncCapability::Kind(
|
||||
TextDocumentSyncKind::INCREMENTAL,
|
||||
)),
|
||||
text_document_sync: Some(TextDocumentSyncCapability::Kind(TextDocumentSyncKind::NONE)),
|
||||
..ServerCapabilities::default()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue