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 367caa5 commit a15a658Copy full SHA for a15a658
src/client/common/constants.ts
@@ -23,7 +23,7 @@ export const PYTHON_NOTEBOOKS = [
23
export const PVSC_EXTENSION_ID = 'ms-python.python';
24
export const PYLANCE_EXTENSION_ID = 'ms-python.vscode-pylance';
25
export const JUPYTER_EXTENSION_ID = 'ms-toolsai.jupyter';
26
-export const AppinsightsKey = 'AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217';
+export const AppinsightsKey = '0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255';
27
28
export type Channel = 'stable' | 'insiders';
29
0 commit comments