File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2920
2920
" rust"
2921
2921
],
2922
2922
"_aiKeyComment" : " Ignore 'Property aiKey is not allowed'. See https://github.com/microsoft/vscode/issues/76493" ,
2923
- "aiKey" : " AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217 " ,
2923
+ "aiKey" : " 0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255 " ,
2924
2924
"variables" : {
2925
2925
"pickProcess" : " extension.pickNativeProcess" ,
2926
2926
"pickRemoteProcess" : " extension.pickRemoteNativeProcess"
4450
4450
" rust"
4451
4451
],
4452
4452
"_aiKeyComment" : " Ignore 'Property aiKey is not allowed'. See https://github.com/microsoft/vscode/issues/76493" ,
4453
- "aiKey" : " AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217 " ,
4453
+ "aiKey" : " 0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255 " ,
4454
4454
"variables" : {
4455
4455
"pickProcess" : " extension.pickNativeProcess"
4456
4456
},
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export class ExperimentationTelemetry implements IExperimentationTelemetry {
55
55
56
56
let initializationPromise : Promise < IExperimentationService > | undefined ;
57
57
let experimentationTelemetry : ExperimentationTelemetry | undefined ;
58
- const appInsightsKey : string = "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217 " ;
58
+ const appInsightsKey : string = "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255 " ;
59
59
60
60
export function activate ( ) : void {
61
61
try {
You can’t perform that action at this time.
0 commit comments