提交 4fc360c5 编写于 作者: A Alex Dima

Fixes #7983: silence complaint about duplicate module

上级 f24074bb
......@@ -165,7 +165,10 @@
require.config({
baseUrl: rootUrl,
'vs/nls': nlsConfig,
recordStats: configuration.enablePerformance
recordStats: configuration.enablePerformance,
ignoreDuplicateModules: [
'vs/workbench/parts/search/common/searchQuery'
]
});
if (nlsConfig.pseudo) {
require(['vs/nls'], function(nlsPlugin) {
......
......@@ -83,10 +83,3 @@ import 'vs/workbench/electron-browser/main.contribution';
import 'vs/workbench/electron-browser/main';
import 'vs/workbench/parts/themes/test/electron-browser/themes.test.contribution';
// require.config({
// ignoreDuplicateModules: [
// 'vs/workbench/parts/search/common/searchModel',
// 'vs/workbench/parts/search/common/searchQuery'
// ]
// });
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册