Home > Article > Operation and Maintenance > What to do if Linux cannot start vscode
Linux cannot start vscode?
Whether it is installed correctly. Otherwise it will not work
Install Visual Studio Code
You need to install Ubuntu Make first. Ubuntu Make exists in the Ubuntu 15.04 resource library, but Ubuntu Make 0.7 or above is required to install Visual Studio. Therefore, you need to update to the latest Ubuntu Make through the official PPA, which supports Ubuntu 14.04, 14.10 and 15.04, but only the 64-bit version.
Open the terminal and use the following command to install Ubuntu Make through the official PPA:
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make sudo apt-get update sudo apt-get install ubuntu-make
After installing Ubuntu Make, use the following command to install Visual Studio Code:
umake web visual-studio-code
Uninstall Visual Studio Code and also use the Ubuntu Make command. As follows:
umake web visual-studio-code --remove
If you do not use Ubuntu Make, you can also download the installation file from Microsoft official website.
Download Visual Studio Code for Linux
Recommended: "Linux Tutorial"
The above is the detailed content of What to do if Linux cannot start vscode. For more information, please follow other related articles on the PHP Chinese website!