Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /opt/lampp/htdocs/www.linux.zone/wp-includes/pomo/plural-forms.php on line 210
vscode | Linux区
Linux区

按vscode标签归档



VSCode 1.32疯狂占用内存和CPU的解决方法

如上图所示,自从给我的Manjaro Linux系统安装上Visual Studio Code之后,它就疯狂吃内存和CPU资源。 我的电脑内存条是32G,VSCode的内存占用有时甚至到达30+G,CPU更是一开始就朝100%窜,最终导致死机。 后来发现是searchService和watcherService两种服务导致的,在VSCode里设置以下两处就没事了。 1,取消选择“控制是... 继续阅读 >>