Skip to content

Commit 82537a4

Browse files
committed
Wait a little less
1 parent f973fa2 commit 82537a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsptoolshost/razor/htmlDocument.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class HtmlDocument {
3939
// Wait for VS Code to process any previous content change. We don't care about finding
4040
// a specific version, just that it's moved on from the previous one.
4141
while (document.version === this.previousVersion) {
42-
await new Promise((resolve) => setTimeout(resolve, 10));
42+
await new Promise((resolve) => setTimeout(resolve, 5));
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)