Site icon TechGit

Install Visual Studio Code 1.6 on Ubuntu 17.04

Visual Studio Code 1.16 released. Install Visual Studio Code on Ubuntu 17.04. August 2017 release of Visual Studio Code brings a number of significant updates, such as JavaScript/TypeScript refactoring, color picker in HTML, integrated Terminal quick open function, drag and drop function from search and a brand new online documentation. It also brings a powerful VS Code “recipes” repository.

Visual Studio Code 1.16

August 2017 release of Visual Studio Code. There are a number of significant updates in this version that we hope you will like, some of the key highlights include:

Install Visual Studio Code on Ubuntu

Via DEB Package

Ubuntu users can easily download the DEB package from https://code.visualstudio.com/Download and install it manually.

Via Terminal Commands

If you want to install Visual Studio Code via Terminal run the following commands:

sudo apt-get update
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg

Install Visual Studio Code 1.6 on Ubuntu 17.04 originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.

FacebookTwitterTumblrRedditLinkedInHacker NewsDiggBufferGoogle ClassroomThreadsXINGShare
Exit mobile version