Skip to content

Commit baf58c8

Browse files
authored
Add telemetry for configuration provider usage (#9412)
1 parent 40821ed commit baf58c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Extension/src/LanguageServer/client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2294,6 +2294,8 @@ export class DefaultClient implements Client {
22942294
onFinished();
22952295
return;
22962296
}
2297+
telemetry.logLanguageServerEvent('provideCustomConfiguration', { providerId });
2298+
22972299
return this.queueBlockingTask(async () => {
22982300
const tokenSource: vscode.CancellationTokenSource = new vscode.CancellationTokenSource();
22992301
console.log("provideCustomConfiguration");

0 commit comments

Comments
 (0)