Linux安装vscode [操作系统入门]
目录
- 1. 安装
- 1.1. 基于Debian和Ubuntu的发行版
- 1.2. Ubuntu::VNC 环境下无法启动
1. 安装
官网
1.1. 基于Debian和Ubuntu的发行版
网页下载: https://code.visualstudio.com/Download
sudo apt install ./<file>.deb# If you‘re on an older Linux distribution, you will need to run this instead:
# sudo dpkg -i <file>.deb
# sudo apt-get install -f # Install dependencies
1.2. Ubuntu::VNC 环境下无法启动
github: issue
打开之后完全没反应,虽然~/.config/Code正常生成了配置文件。
- 备份/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
$ sudo sed -i ‘s/BIG-REQUESTS/_IG-REQUESTS/‘ /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
Linux安装vscode
以上是 Linux安装vscode [操作系统入门] 的全部内容, 来源链接: utcz.com/z/519042.html