在ubuntu系统中安装vscode有多种方法,其中笔者认为最简单的是直接使用命令进行安装,具体如下:
apt update
apt install code
即可实现安装,随后启动的时候,如果直接使用
code启动会报错,提示缺少相关参数: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.
笔者以root身份启动vscode的时候,需要使用如下命令:
code –no-sandbox –user-data-dir ./