How to Install Microsoft Visual Studio Code on Ubuntu 15.04

As you may know, Microsoft is releasing their brand new Editor called Visual Studio Code for all major platform, Windows, OS X and Linux. In this simple tutorial, I will guide you to install Microsoft Visual Studio Code on Ubuntu 15.04 and its derivative.

You have Ubuntu Make installed first:
[sourcecode]
$ sudo apt-add-repository ppa:ubuntu-desktop/ubuntu-make
$ sudo apt-get update
$ sudo apt-get install ubuntu-make
$ umake web visual-studio-code
[/sourcecode]

If you wanna to uninstall it, just do it with this command:
[sourcecode]
$ umake web visual-studio-code –remove

$ sudo apt-get remove ubuntu-make
[/sourcecode]