{ "version": "2.0.0", "tasks": [ { "label": "Package", "type": "shell", "command": "gulp", "group": "build", "presentation": { "reveal": "silent", "panel": "shared", } }, { "label": "Install", "type": "shell", "command": "make install", "group": "build", "presentation": { "reveal": "silent", "panel": "shared", } } ] }