mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Slow IntelliSense in files with 4000+ lines. Fixes #39994
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user