Install visual studio code

Linux

Get the installation file.

  https://code.visualstudio.com/download
  download the .deb

In terminal run the following command.

sudo apt install ./<file>.deb

macOS

Get the installation file.

  https://code.visualstudio.com/download
  download the executable for macOS

find the executable and follow the steps of the installer.

windows

Get the installation file.

  https://code.visualstudio.com/download
  download the executable for wiondows

find the executable and follow the steps of the installer.

Last updated