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 f973fa2 commit 82537a4Copy full SHA for 82537a4
src/lsptoolshost/razor/htmlDocument.ts
@@ -39,7 +39,7 @@ export class HtmlDocument {
39
// Wait for VS Code to process any previous content change. We don't care about finding
40
// a specific version, just that it's moved on from the previous one.
41
while (document.version === this.previousVersion) {
42
- await new Promise((resolve) => setTimeout(resolve, 10));
+ await new Promise((resolve) => setTimeout(resolve, 5));
43
}
44
45
0 commit comments