We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0ae52 commit 4082d4fCopy full SHA for 4082d4f
1 file changed
src/standardLanguageClient.ts
@@ -360,6 +360,7 @@ export class StandardLanguageClient {
360
return Telemetry.sendTelemetry(Telemetry.LS_ERROR, e.properties);
361
}
362
363
+ return Telemetry.sendTelemetry(e.name, e.properties);
364
});
365
366
context.subscriptions.push(commands.registerCommand(GRADLE_CHECKSUM, (wrapper: string, sha256: string) => {
0 commit comments