vscode --- linux 上 node 进程占用CPU过大解决方案
setting 文件内,指定某些文件夹不跟踪
"files.watcherExclude": { "**/.git/objects/**": true, "**/.git/subtree-cache/**": true, "**/node_modules/*/**": true }
setting 文件内,指定某些文件夹不跟踪
"files.watcherExclude": { "**/.git/objects/**": true, "**/.git/subtree-cache/**": true, "**/node_modules/*/**": true }