Visual Studio Kodu

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
Mouse left-click button not working on Windows 10
If you are using a dedicated mouse with your laptop, or desktop computer but the mouse left-click button is not working on Windows 10/8/7 for some rea...
Cursor jumps or moves randomly while typing in Windows 10
If you find that your mouse cursor jumps or moves on its own, automatically, randomly while typing in Windows laptop or computer, then some of these s...
How to reverse Mouse and Touchpads scrolling direction in Windows 10
Mouse and Touchpads not only make computing easy but more efficient and less time-consuming. We cannot imagine a life without these devices, but still...