https://github.com/Microsoft/vscode/issues/35659
今天 vscode 打開(kāi)之前的一個(gè)項(xiàng)目, CPU 占用直接卡到 100%
我還以為是哪個(gè)插件出了問(wèn)題, 禁用插件, 問(wèn)題依舊
github 上一搜索原來(lái)是 cnpm 出的問(wèn)題, 重新用 npm install 問(wèn)題消失
workaround:
- cnpm install --by=npm
- The upcoming 1.18 release has a new setting "search.followSymlinks"
that you can set to false as an alternative workaround for this issue. (From #37000.)