Home > Operation and Maintenance > Linux Operation and Maintenance > What to do if Linux cannot start vscode

What to do if Linux cannot start vscode

藏色散人
Release: 2019-11-07 10:57:04
Original
7668 people have browsed it

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
Copy after login

After installing Ubuntu Make, use the following command to install Visual Studio Code:

  umake web visual-studio-code
Copy after login

Uninstall Visual Studio Code and also use the Ubuntu Make command. As follows:

  umake web visual-studio-code --remove
Copy after login

If you do not use Ubuntu Make, you can also download the installation file from Microsoft official website.

  Download Visual Studio Code for Linux
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template