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 f4f3d8c commit b50bf60Copy full SHA for b50bf60
Extension/src/LanguageServer/client.ts
@@ -1695,9 +1695,10 @@ export class DefaultClient implements Client {
1695
1696
// Wait 1 second to allow time for the file watcher to signal a crash call stack write has occurred.
1697
setTimeout(() => {
1698
+ const sanitizedLspMessage = this.lastInvokedLspMessage.replace('/', '.');
1699
telemetry.logLanguageServerEvent("languageClientCrash",
1700
{
- lastInvokedLspMessage: this.lastInvokedLspMessage
1701
+ lastInvokedLspMessage: sanitizedLspMessage
1702
},
1703
1704
restarting: Number(restart),
0 commit comments