{ "version": "2.0.0", "tasks": [ { "label": "install", "command": "npm install", "type": "shell", "problemMatcher": [] }, { "label": "build", "command": "npm run build", "type": "shell", "problemMatcher": [] }, { "label": "dev", "dependsOn": [ "dev directus", "dev extension" ], "problemMatcher": [] }, { "label": "dev directus", "command": "npx directus start", "type": "shell", "options": { "cwd": "${workspaceFolder}/directus" }, "hide": true, "problemMatcher": [] }, { "label": "dev extension", "command": "npm run dev", "type": "shell", "hide": true, "problemMatcher": [] } ] }