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 b04c3c4 commit 3a1d60eCopy full SHA for 3a1d60e
Extension/src/LanguageServer/client.ts
@@ -1702,7 +1702,7 @@ export class DefaultClient implements Client {
1702
}
1703
1704
1705
- // Wait 1 seconds to allow time for the file watcher to signal a crash call stack write.
+ // Wait 1 seconds to allow time for the file watcher to signal a crash call stack write has occurred.
1706
setTimeout(() => {
1707
telemetry.logLanguageServerEvent("languageClientCrash", undefined, {
1708
restarting: Number(restart),
0 commit comments