Ubuntu 18.04下安装Visual Studio Code

1、查阅了许多资料,最后参考这篇文章:Visual Studio Code on Linux

2、推荐方法一:通过Snap安装:

sudo snap install --classic code # or code-insiders

3、推荐方法二:下载安装:

3.1 登录:https://code.visualstudio.com/updates/v1_36

Ubuntu 18.04下安装Visual Studio Code_第1张图片

3.2 把下载的package上传,然后安装:

sudo apt install ./.deb

注:Installing the .deb package will automatically install the apt repository and signing key to enable auto-updating using the system's package manager.

你可能感兴趣的:(VSCode)