mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
web: turn off markdown performance hints
This commit is contained in:
@@ -21,7 +21,10 @@ const clientConfig = withDefaults({
|
||||
'vscode-extension-telemetry': path.resolve(__dirname, 'polyfills/vscode-extension-telemetry.js'),
|
||||
'vscode-nls': path.resolve(__dirname, 'polyfills/vscode-nls.js'),
|
||||
},
|
||||
}
|
||||
},
|
||||
performance: {
|
||||
hints: false
|
||||
},
|
||||
});
|
||||
|
||||
clientConfig.module.rules[0].use.shift(); // remove nls loader
|
||||
|
||||
Reference in New Issue
Block a user