vscode --- linux 上 node 进程占用CPU过大解决方案

setting 文件内,指定某些文件夹不跟踪

"files.watcherExclude": {
    "**/.git/objects/**": true,
    "**/.git/subtree-cache/**": true,
    "**/node_modules/*/**": true
  }

 

posted @ 2024-06-26 20:57  流水灯  阅读(75)  评论(0编辑  收藏  举报