• D
    Add gulp tasks to build deb packages · fe3988c9
    Daniel Imms 提交于
    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
    fe3988c9
gulpfile.vscode.js 15.1 KB