Cod Visual Studio

Visual Studio Code 1.14 Now Ships with TypeScript 2.4

Visual Studio Code 1.14 Now Ships with TypeScript 2.4

Microsoft Visual Studio Code 1.14 recently released, is an open-source code editor every developer needs for their core edit, build, and debug cycle. Visual Studio Code provides comprehensive editing and debugging support, an extensibility model, and lightweight integration with existing tools.

This latest release comes with a numerous new features, various bug fixes as well as improvement. A notable feature is multiple projects can be opened in the same editor for Insiders build. It also ships with TypeScript 2.4.1.

Before we proceed on how to install Microsoft Visual Studio Code on Ubuntu, lets take a quick look at its features.

Visual Studio Code Features

Visual Studio Code 1.14 Changelog

See release notes for full details

How to install Visual Studio Code 1.14 on Ubuntu 17.04, Ubuntu 16.10, Ubuntu 16.04, Ubuntu 15.04, Ubuntu 14.04

32bit

sudo apt-get install gdebi wget https://az764295.vo.msecnd.net/stable/b8cd5b9556d8b70ea560d35b903422363f6c5c40/code_1.14.0-1499721425_i386.deb sudo gdebi code_1.14.0-1499721425_i386.deb

64bit

sudo apt-get install gdebi wget https://az764295.vo.msecnd.net/stable/b8cd5b9556d8b70ea560d35b903422363f6c5c40/code_1.14.0-1499719149_amd64.deb sudo gdebi code_1.14.0-1499719149_amd64.deb

How to install Microsoft Visual Studio Code 1.13 on Fedora 22 and above

32bit

wget https://az764295.vo.msecnd.net/stable/b8cd5b9556d8b70ea560d35b903422363f6c5c40/code-1.14.0-1499721578.el7.i386.rpm sudo dnf install code-1.14.0-1499721578.el7.i386.rpm

64bit

wget https://az764295.vo.msecnd.net/stable/b8cd5b9556d8b70ea560d35b903422363f6c5c40/code-1.14.0-1499719299.el7.x86_64.rpm sudo dnf install code-1.14.0-1499719299.el7.x86_64.rpm
OpenTTD Tutorial
OpenTTD is one of the most popular business simulation games out there. In this game, you need to create a wonderful transportation business. However,...
SuperTuxKart for Linux
SuperTuxKart is a great title designed to bring you the Mario Kart experience free of charge on your Linux system. It is pretty challenging and fun to...
Battle for Wesnoth Tutorial
The Battle for Wesnoth is one of the most popular open source strategy games that you can play at this time. Not only has this game been in developmen...