我使用这个guide。当我执行“添加源代码文件”这一步时,我会看到这个报告:
Unable to write file 'vscode-remote://wsl+ubuntu-20.04/home/alex/TEST/helloworld/helloworld' (NoPermissions (FileSystemError): Error: EACCES: permission denied, open '/home/alex/TEST/helloworld/helloworld')我不知道该怎么办,有人能帮帮我吗?
发布于 2020-10-09 22:11:36
因此,VScode需要权限
在您的WSL终端上尝试此命令
sudo chown -R username /path/to/working/directory替换:
' username‘,其中包含您的用户名和目录路径
https://stackoverflow.com/questions/64142801
复制相似问题