Helper Debian package to install Microsoft Visual Studio Code.
This repository builds a Debian package named vscode-installer-helper.
The package installs one command:
vscode-installer
When run as root, the command:
- Installs prerequisites (
ca-certificates,curl,gnupg). - Imports the Microsoft apt signing key to
/etc/apt/keyrings/microsoft.gpg. - Adds the VS Code repository in
/etc/apt/sources.list.d/vscode.list. - Runs
apt-get updateand installscode.
sudo vscode-installerVisual Studio Code is a Microsoft product, and as such, it is subject to Microsoft's terms of service. By using this helper, you agree to Microsoft's terms of service. This helper is not endorsed by Microsoft and does not modify the product in any way.