Skip to content

Commit 4082d4f

Browse files
committed
fix: forward _all_ LSP telemetry events
Signed-off-by: Fred Bricon <fbricon@gmail.com>
1 parent 4b0ae52 commit 4082d4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/standardLanguageClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ export class StandardLanguageClient {
360360
return Telemetry.sendTelemetry(Telemetry.LS_ERROR, e.properties);
361361
}
362362
}
363+
return Telemetry.sendTelemetry(e.name, e.properties);
363364
});
364365

365366
context.subscriptions.push(commands.registerCommand(GRADLE_CHECKSUM, (wrapper: string, sha256: string) => {

0 commit comments

Comments
 (0)