`code` 命令在禁用信任后请求 root
`code` command requests root after trust disabled
使用 Ubuntu 20.04
直到最近,我才能够通过终端使用 code
命令打开 vscode 中的文件。但是,在我在设置 (UI) 中取消选中 Security > Workspace > Trust: Enabled
后,此功能已损坏。
无论工作区信任状态如何,我都会遇到以下情况:
-$ code
need to run as root or suid
-$ sudo code
sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?
虽然重新启动 VSCode 没有解决问题,但在完全重新启动计算机后问题消失了。
使用 Ubuntu 20.04
直到最近,我才能够通过终端使用 code
命令打开 vscode 中的文件。但是,在我在设置 (UI) 中取消选中 Security > Workspace > Trust: Enabled
后,此功能已损坏。
无论工作区信任状态如何,我都会遇到以下情况:
-$ code
need to run as root or suid
-$ sudo code
sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?
虽然重新启动 VSCode 没有解决问题,但在完全重新启动计算机后问题消失了。