Installing Visual Studio Code
How to install Visual Studio Code on your operational system.
Linux
Windows
Mac OS X
The easiest way to install is by opening the .deb package via Software Center GUI. If your Linux distribution is Debian based (Debian/Ubuntu) download your Visual Studio Code .deb Package and install it.
If you prefer to install using your terminal, type the command
sudo apt-get install code

Download the Visual Studio Code installer and run the installer. If you download a Zip archive, extract it and run Code from there.
Download Visual Studio Code installer and double-click on the downloaded file to open its contents. Drag Visual Studio Code.app to the Applications folder. To make it available in the Launchpad and to add Visual Studio Code to your Dock, right-click the icon and choose Options >> Keep in Doc.
brew cask install visual-studio-code
Last modified 3yr ago