{ "version": "2.0.0", "tasks": [ { "type": "npm", "script": "build", "group": { "kind": "build", "isDefault": true }, "problemMatcher": [], "label": "npm: build", "detail": "npm-run-all --sequential clean build:js" }, { // Workaround for dev script "type": "npm", "script": "dev:gui", "problemMatcher": [], "label": "npm: dev:gui", "detail": "npm-run-all --parallel serve:gui watch:js", "group": { "kind": "test", "isDefault": true } } ] }