We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30f41a commit 9638b09Copy full SHA for 9638b09
1 file changed
extensions/shared.webpack.config.js
@@ -51,8 +51,6 @@ module.exports = function withDefaults(/**@type WebpackConfig*/extConfig) {
51
},
52
externals: {
53
'vscode': 'commonjs vscode', // ignored because it doesn't exist
54
-
55
- // "vscode-extension-telemetry": 'commonjs vscode-extension-telemetry', // commonly used
56
57
output: {
58
// all output goes into `dist`.
0 commit comments