Visual Studio Code¶
Visual Studio Code is supported on macOS, Windows, and Linux systems.
For more Visual Studio Code documentation, visit visualstudio.com.
Installing Visual Studio Code is supported on macOS 10.11 or later.
- Go to the Visual Studio Code download page.
- Click Mac to download the file.
- In the Downloads folder, double-click the VSCode file. Example: VSCode-darwin-universal.zip.
- After the file has been decompressed, double-click the VSCodeUserSetup file.
- Visual Studio Code will launch after the installation is complete.
Installing Visual Studio Code is supported on Windows 10 or later.
- Go to the Visual Studio Code download page.
- Click Windows to download the file.
- In the Downloads folder, double-click the VSCodeUserSetup executable file.
- Visual Studio Code will launch after the installation is complete.
Installing Visual Studio Code is supported on Debian systems, like Debian and Ubuntu.
- Go to the GitHub Desktop download page.
- Click .deb to download the file.
-
In the terminal, navigate to the Downloads folder.
Example:
cd /downloads
. -
Run
sudo apt install <filename>.deb
. Enter your password, if prompted.Example:
sudo apt install code_1.82.2-1694671812_amd64.deb
.
Installing Visual Studio Code is supported on Red Hat, CentOS, and Fedora distributions.
-
Run the following script to install the key and repository.
-
Run the following to update and install the package.
Or you can use
yum
on older systems.