美文网首页
使用vs code 遇到的无法安装插件问题

使用vs code 遇到的无法安装插件问题

作者: 反者道之动001 | 来源:发表于2019-06-16 14:00 被阅读0次

    MAC Vscode 无法安装插件

    cannot read property 'local' of undefined vscode

    issues有这么一段话

    I found the reason of this problem when I got the message in OUTPUT,VScode Permission denied to creat dirctory in .vscode/extensions/. So I type a command "sudo chown -R luoyunfu:staff .vscode", The problem is solved.

    哦 是权限问题

    sudo chown -R your-user-account ~/.vscode
    

    --END--

    相关文章

      网友评论

          本文标题:使用vs code 遇到的无法安装插件问题

          本文链接:https://www.haomeiwen.com/subject/rqcgfctx.html