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 854fecf commit c77712bCopy full SHA for c77712b
Extension/src/LanguageServer/client.ts
@@ -1706,9 +1706,10 @@ export class DefaultClient implements Client {
1706
1707
// Wait 1 second to allow time for the file watcher to signal a crash call stack write has occurred.
1708
setTimeout(() => {
1709
+ const sanitizedLspMessage = this.lastInvokedLspMessage.replace('/', '.');
1710
telemetry.logLanguageServerEvent("languageClientCrash",
1711
{
- lastInvokedLspMessage: this.lastInvokedLspMessage
1712
+ lastInvokedLspMessage: sanitizedLspMessage
1713
},
1714
1715
restarting: Number(restart),
0 commit comments