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 7760021 commit ab55817Copy full SHA for ab55817
packages/language-server/src/server.ts
@@ -371,7 +371,7 @@ export function startServer(options?: LSOptions) {
371
372
docManager.on(
373
'documentChange',
374
- debounceThrottle(async (document: Document) => diagnosticsManager.update(document), 1000)
+ debounceThrottle(async (document: Document) => diagnosticsManager.update(document), 750)
375
);
376
docManager.on('documentClose', (document: Document) =>
377
diagnosticsManager.removeDiagnostics(document)
0 commit comments