{ "groups": [ { "terminals": [ { "title": "ng serve", "command": "cd app && npm start" }, { "title": "tsc-w", "command": "npm run tsc-w" }, { "title": "electron", "command": "npm start", "jsDebug": true }, { "title": "", "command": "", "jsDebug": true } ] } ] }