Skip to main content

Installation of Visual Studio Code

Installation on Linux

🌐 Visual Studio Code on Linux

  • Download the package from the Download page
  • Open a command prompt and enter the subsystem: wsl
  • Update apt: sudo apt-get update
  • Execute the installation from the package: sudo apt install /mnt/d/bertrand/Downloads/code_1.35.1-1560350270_amd64.deb
  • Uninstall: sudo apt remove code

Installation on WSL (Windows Linux Subsystem)

Take your Linux development experience in Windows to the next level with WSL and Visual Studio Code Remote Youtube - Visual Studio Code Remote - WSL

From wsl command window: code .