root权限启动vscode
【代码】root权限启动vscode。
·
You are trying to start Visual Studio Code as a super user which isn't recommended. If this was intended, please add the argument `--no-sandbox` and specify an alternate user data directory using the `--user-data-dir` argument.
code --no-sandbox --user-data-dir=/usr/share/code
/usr/share/code是vscode的安装路径
更多推荐
所有评论(0)