- VSCode Version: Code 1.9.1 (f9d0c68, 2017-02-08T23:31:51.320Z)
- OS Version: Darwin x64 16.3.0
- Extensions:
| Extension |
Author |
Version |
| vscode-mocha |
Compulim |
0.1.1 |
| output-colorizer |
IBM |
0.0.11 |
| vscode-file-peek |
abierbaum |
1.0.1 |
| Bookmarks |
alefragnani |
0.11.0 |
| project-manager |
alefragnani |
0.13.2 |
| copy-syntax |
atian25 |
0.5.0 |
| vscode-custom-css |
be5invis |
2.2.0 |
| npm-intellisense |
christian-kohler |
1.3.0 |
| vscode-eslint |
dbaeumer |
1.2.6 |
| vscode-npm-source |
dkundel |
1.0.0 |
| code-runner |
formulahendry |
0.6.12 |
| task-master |
ianhoney |
0.1.39 |
| path-autocomplete |
ionutvmi |
1.4.1 |
| plantuml |
jebbs |
1.2.3 |
| docthis |
joelday |
0.4.0 |
| md-navigate |
jrieken |
0.0.1 |
| vue |
liuji-jim |
0.1.5 |
| debugger-for-chrome |
msjsdiag |
2.5.4 |
| node-modules-resolve |
naumovs |
1.0.2 |
| peep |
nwallace |
0.0.5 |
| vscode-json-transform |
octref |
0.1.2 |
| unittest-navigate |
roblourens |
0.0.2 |
| preview-vscode |
searKing |
1.1.1 |
| code-navigation |
vikas |
0.2.0 |
| JavaScriptSnippets |
xabikos |
1.4.0 |
// Place your settings in this file to overwrite the default settings
{
"extensions.autoUpdate": true,
"editor.tabSize": 2,
"editor.renderIndentGuides": true,
"editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": true,
"files.trimTrailingWhitespace": true,
"files.autoSave": "onFocusChange",
"files.hotExit": "onExitAndWindowClose",
"files.associations": {
"untitled-*": "javascript"
},
"files.exclude":{
"**/node_modules/.*@*": true,
"**/node_modules/babel-*": true,
"**/node_modules/power-assert-*": true,
"**/.idea": true,
".vscode-test": true
},
"search.exclude": {
"**/logs": true,
"**/run": true,
"**/coverage/**": true,
// "**/node_modules": true,
// "**/node_modules/.*@*": true,
// "**/node_modules/babel-*": true,
// "**/node_modules/power-assert-*": true,
// "**/node_modules/(!egg*)": true,
// "**/node_modules/**/node_modules/**": true
},
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
"terminal.external.osxExec": "iTerm.app",
"mocha.options": {
"timeout": "30000"
},
"mocha.files.glob": "test/**/*.test.js",
"html.suggest.angular1": false,
"html.suggest.ionic": false,
"code-runner.defaultLanguage": "javascript",
"code-runner.clearPreviousOutput": true,
"code-runner.runInTerminal": true,
"vscode_custom_css.imports": ["~/.vscode/custom.css"],
"copy-syntax.showMessage": false
}
Steps to Reproduce:
- do nth but just open some project
- had try
--disable-extensions but still the same
- seem to be index/search issue, when remove
node_modules it work fine. but had disable node_modules
- any tool to detect this like
Chrome Task Manager?

Steps to Reproduce:
--disable-extensionsbut still the samenode_modulesit work fine. but had disablenode_modulesChrome Task Manager?