EACCES: permission denied in VS Code MAC

前端 未结 11 657
我寻月下人不归
我寻月下人不归 2021-01-31 02:20

When I change any file, the system will deny me access. What\'s going on? How do I properly set permissions on Mac?

11条回答
  •  孤街浪徒
    2021-01-31 02:28

    This is the solution for me.

    Open the Terminal and enter this command:

    code --user-data-dir="./vscode-root"
    

    This is for Ubuntu 16.04.

提交回复
热议问题