microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.63k stars 29.04k forks source link

rg.exe take all cpu #36414

Closed deepkolos closed 7 years ago

deepkolos commented 7 years ago
Extension Author (truncated) Version
rainbow-brackets 2gu 0.0.6
autofoldyeah bob 1.0.6
npm-intellisense chr 1.3.0
path-intellisense chr 1.4.2
regex chr 0.1.0
vscode-svgviewer css 1.4.3
vue-peek dar 1.0.2
vscode-eslint dba 1.3.2
python don 0.7.0
vscode-html-css ecm 0.1.8
tslint eg2 1.0.11
vscode-npm-script eg2 0.2.1
phpunit ema 2.1.1
json-tools eri 1.0.2
tortoise-svn fan 0.1.1
php-debug fel 1.11.1
php-intellisense fel 1.5.1
php-pack fel 1.0.1
auto-close-tag for 0.5.1
auto-rename-tag for 0.0.14
webpack-snippets gog 0.0.3
vue-snippets hol 0.1.5
emoji-code idl 0.3.0
phpcs ika 0.7.0
webpack jer 2.0.2
php-namespace-resolver Meh 0.8.0
code-beautifier mic 1.7.2
debugger-for-chrome msj 3.3.1
vuejs-extension-pack mub 0.2.1
php-docblocker nei 1.3.2
vetur oct 0.9.11
material-icon-theme PKi 2.2.2
vscode-css-peek pra 1.3.1
CSSLint ray 0.0.3
sass-indented rob 1.4.4
vue-vscode-snippets sdr 1.0.3
markdown-preview-enhanced shd 0.2.9
stylelint shi 0.30.0
guides spy 0.9.0
vscode-todo-highlight way 0.5.11
vscode-import-cost wix 2.5.0
JavaScriptSnippets xab 1.5.0
html-css-class-completion Zig 1.11.0

Steps to Reproduce:

1.git clone https://github.com/googlearchive/flipjs 2.cd flipjs 3.code . 4.npm i 5.reopen flipjs

2017-10-16_101813 2017-10-16_101833

Reproduces without extensions: Yes/No

chrmarti commented 7 years ago

Are you using cnpm (or similar that uses symlinks) by chance?

deepkolos commented 7 years ago

@chrisbenti yes , i use cnpm

chrisbenti commented 7 years ago

Probably looking for @chrmarti

chrmarti commented 7 years ago

Duplicate of #35659. Using cnpm install --by=npm to install a new node_modules folder should work around it.