提交 490b2978 编写于 作者: B Benjamin Pasero

ignore file watching in node_modules on windows (for #12042)

上级 88d482ce
......@@ -254,7 +254,7 @@ configurationRegistry.registerConfiguration({
},
'files.watcherExclude': {
'type': 'object',
'default': (platform.isLinux || platform.isMacintosh) ? { '**/.git/objects/**': true, '**/node_modules/**': true } : { '**/.git/objects/**': true },
'default': { '**/.git/objects/**': true, '**/node_modules/**': true },
'description': nls.localize('watcherExclude', "Configure glob patterns of file paths to exclude from file watching. Changing this setting requires a restart. When you experience Code consuming lots of cpu time on startup, you can exclude large folders to reduce the initial load.")
},
'files.hotExit': {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册