是什么 ? | : | a lightweight but powerful source code editor built with modern web technologies which runs on top of Github's Electron. |
开发平台 | : | Electron |
官方主页 | : | https://code.visualstudio.com |
源码仓库 | : | https://github.com/Microsoft/vscode |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
Windows | Chocolatey | choco install -y visual-studio-code |
macOS | HomeBrew | brew install visual-studio-code |
pacman | sudo pacman -Syyu --noconfirm |
step1、使用curl命令下载编译好的.deb
包 ()
curl -L -o visual-studio-code.deb https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64
step2、使用apt命令安装.deb
包
sudo apt install -y ./visual-studio-code.deb