Slow IntelliSense in files with 4000+ lines. Fixes #39994

This commit is contained in:
Martin Aeschlimann
2017-12-15 12:49:18 +01:00
parent 19c15cc5d0
commit 4cc86dd8c6
4 changed files with 6 additions and 6 deletions

View File

@@ -122,7 +122,7 @@ function updateConfiguration(settings: Settings) {
}
let pendingValidationRequests: { [uri: string]: NodeJS.Timer } = {};
const validationDelayMs = 200;
const validationDelayMs = 500;
// The content of a text document has changed. This event is emitted
// when the text document first opened or when its content has changed.