SIGN IN SIGN UP

Add gulp tasks to build deb packages

Build, install and run:
gulp vscode-linux-packages
sudo dpkg -i out-linux/vscode-amd64.deb
code .

Installing the package does the following:
- Puts VSCode dir at /usr/share/code
- Puts code.sh launcher in /usr/bin
- Defines a .desktop file to properly integrate with the launcher

Fixes #2679
D
Daniel Imms committed
fe3988c9a299a7d2a901e93acfe1fc3b84c94290
Parent: 9ca8d4c