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 6a7c2c4 commit b0a7c9bCopy full SHA for b0a7c9b
build/webpack/webpack.extension.web.config.js
@@ -107,6 +107,9 @@ const config = {
107
new webpack.IgnorePlugin({
108
resourceRegExp: /^\.\/locale$/,
109
contextRegExp: /moment$/
110
+ }),
111
+ new webpack.optimize.LimitChunkCountPlugin({
112
+ maxChunks: 1
113
})
114
],
115
resolve: {
src/platform/common/constants.ts
@@ -24,7 +24,7 @@ export const NOTEBOOK_SELECTOR = [
24
];
25
26
export const JVSC_EXTENSION_ID = 'ms-toolsai.jupyter';
27
-export const AppinsightsKey = 'AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217';
+export const AppinsightsKey = '0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255';
28
29
export const DEFAULT_INTERPRETER_SETTING = 'python';
30
0 commit comments