We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6731af2 commit 3f07842Copy full SHA for 3f07842
src/lsp/server.ts
@@ -64,6 +64,7 @@ documents.onDidClose((event) => {
64
documentSettings.delete(event.document.uri)
65
})
66
documents.onDidChangeContent((change) => {
67
+ if (!state.enabled) return
68
provideDiagnostics(state, change.document)
69
70
documents.listen(connection)
0 commit comments