Install vsCode on Ubuntu

Operating system: Ubuntu16.04
1. Visit this link https://code.visualstudio.com/Download,
select the .deb file and click to download

 


2. Then put the package you downloaded into the Home folder.
The downloaded package should be in the download folder

 

 

3. Open the terminal and enter the following command
sudo dpkg -i <file>.deb Note: <file> is the file name here mine is code_1.10.1-1488415350_amd64
sudo apt-get install -f # Install dependencies
and then it is ok
and then search Enter vs in the box to find vsCode, a powerful code editor.

 

 

You can download whatever plug-ins you need, and how to use them on Baidu.



Author: Songzh
Link: https://www.jianshu.com/p/1a1c339b6931
Source: Jianshu
Copyright belongs to the author. For commercial reprinting, please contact the author for authorization. For non-commercial reprinting, please indicate the source.

Guess you like

Origin blog.csdn.net/Fan0920/article/details/108281071