We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最近折腾 ohmyzsh 需要调整 ~ 目录下的配置,经常一个 code . 打开 vscode 直接打开整个目录,发现 cpu 使用率立马上升到 96% 岿然不动。OK 那我就忽略掉一些文件夹吧~
参考以下配置,一些比较通用的我取出来了,一些自定义的需要自己加上。
// Place your settings in this file to overwrite default and user settings. { "files.exclude": { ".nvm": true, ".npm": true, ".node-gyp": true, "flutter": true, "Applications": true, "Pictures": true, "Music": true, "Movies": true, "Public": true, "Downloads": true, "Documents": true, "Library": true, }, "search.exclude": { ".nvm": true, ".npm": true, ".node-gyp": true, "flutter": true, "Applications": true, "Pictures": true, "Music": true, "Movies": true, "Public": true, "Downloads": true, "Documents": true, "Library": true, } }
The text was updated successfully, but these errors were encountered:
https://code.visualstudio.com/docs/supporting/faq#_resolving-shell-environment-is-slow-error-warning https://stackoverflow.com/questions/33258543/how-can-i-exclude-a-directory-from-visual-studio-code-explore-tab
Sorry, something went wrong.
No branches or pull requests
背景
最近折腾 ohmyzsh 需要调整 ~ 目录下的配置,经常一个 code . 打开 vscode 直接打开整个目录,发现 cpu 使用率立马上升到 96% 岿然不动。OK 那我就忽略掉一些文件夹吧~
创建 workspace settings
参考以下配置,一些比较通用的我取出来了,一些自定义的需要自己加上。
The text was updated successfully, but these errors were encountered: