Skip to content

Commit dff95cb

Browse files
Fix C# Debugger telemetry
1 parent 293efe7 commit dff95cb

File tree

3 files changed

+208
-70
lines changed

3 files changed

+208
-70
lines changed

package-lock.json

Lines changed: 201 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@octokit/rest": "^20.0.1",
8585
"@types/cross-spawn": "6.0.2",
8686
"@vscode/debugprotocol": "1.56.0",
87-
"@vscode/extension-telemetry": "0.6.2",
87+
"@vscode/extension-telemetry": "^0.9.0",
8888
"@vscode/js-debug-browsers": "^1.1.0",
8989
"async-file": "2.0.2",
9090
"cross-spawn": "6.0.5",
@@ -2160,7 +2160,7 @@
21602160
"pickRemoteProcess": "csharp.listRemoteProcess",
21612161
"pickRemoteDockerProcess": "csharp.listRemoteDockerProcess"
21622162
},
2163-
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
2163+
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
21642164
"configurationAttributes": {
21652165
"launch": {
21662166
"type": "object",
@@ -3446,7 +3446,7 @@
34463446
"pickRemoteProcess": "csharp.listRemoteProcess",
34473447
"pickRemoteDockerProcess": "csharp.listRemoteDockerProcess"
34483448
},
3449-
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
3449+
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
34503450
"configurationAttributes": {
34513451
"launch": {
34523452
"type": "object",
@@ -4823,7 +4823,7 @@
48234823
"aspnetcorerazor"
48244824
],
48254825
"variables": {},
4826-
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
4826+
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
48274827
"configurationAttributes": {
48284828
"launch": {
48294829
"type": "object",

0 commit comments

Comments
 (0)