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

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

sudo apt install ./<file>.deb

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

Logo

更多推荐