Linux
Follow the quick steps below, or head over to the official docs for more information.
Head over to the downloads page and download the package for your flavour of Linux (on Ubuntu, this is the
.deb
package).Open a terminal and navigate to the location of the downloaded
.deb
file. This is probablycd ~/Downloads
.Run
sudo apt install ./<file>.deb
, replacing with the real filename of your download.Close and reopen your terminal, then type
code --version
to make sure it has installed properly.
All done! Read on to learn more about using VS Code.