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 73f4442 commit b96d82aCopy full SHA for b96d82a
Extension/src/main.ts
@@ -221,6 +221,7 @@ function sendTelemetry(info: PlatformInformation): void {
221
default:
222
break;
223
}
224
+ telemetryProperties['appName'] = vscode.env.appName;
225
Telemetry.logDebuggerEvent("acquisition", telemetryProperties);
226
logMachineIdMappings().catch(logAndReturn.undefined);
227
0 commit comments