diff options
Diffstat (limited to '.vscode/tasks.json')
| -rw-r--r-- | .vscode/tasks.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 3f0f64fd..9377a7e8 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -20,6 +20,18 @@ "problemMatcher": [] }, { + "label": "remoterun", + "type": "shell", + "group": "none", + "dependsOn": [ + "updateremote", + "runpydeck" + ], + "detail": "Task for remote run launches", + "command": "exit 0", + "problemMatcher": [] + }, + { "label": "dependencies", "type": "shell", "group": "none", @@ -122,7 +134,10 @@ "label": "allinone", "detail": "Build, deploy and run", "dependsOrder": "sequence", - "group": "none", + "group": { + "kind": "build", + "isDefault": true + }, "dependsOn": [ "buildall", "deployall", |
