您当前的位置: 首页 >  vscode

彭世瑜

暂无认证

  • 3浏览

    0关注

    2791博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

VSCode:code helper进程导致Mac的CPU使用率很高

彭世瑜 发布时间:2022-07-02 17:04:16 ,浏览量:3

常规解决方案

settings.json

    "search.followSymlinks": false,
    "files.exclude": {
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/CVS": true,
        "**/.DS_Store": true,
        "**/tmp": true,
        "**/node_modules": true,
        "**/bower_components": true,
        "**/dist": true
    },
    "files.watcherExclude": {
        "**/.git/objects/**": true,
        "**/.git/subtree-cache/**": true,
        "**/node_modules/**": true,
        "**/tmp/**": true,
        "**/bower_components/**": true,
        "**/dist/**": true
    }
终极解决方案

如果设置完以上配置,电脑的CPU使用率还是没有降下来,那么只能使用终极解决方案了

禁用所有已安装的扩展 在这里插入图片描述

参考 vscode 进程code helper进程导致电脑发热严重

关注
打赏
1665367115
查看更多评论
立即登录/注册

微信扫码登录

0.2522s