Added remote launch option

This commit is contained in:
TrainDoctor
2022-06-21 13:49:12 -07:00
parent ce23534ccc
commit 1d5d14b492
2 changed files with 26 additions and 2 deletions
+16 -1
View File
@@ -19,6 +19,18 @@
"command": "mkdir -p plugins",
"problemMatcher": []
},
{
"label": "remoterun",
"type": "shell",
"group": "none",
"dependsOn": [
"updateremote",
"runpydeck"
],
"detail": "Task for remote run launches",
"command": "exit 0",
"problemMatcher": []
},
{
"label": "dependencies",
"type": "shell",
@@ -122,7 +134,10 @@
"label": "allinone",
"detail": "Build, deploy and run",
"dependsOrder": "sequence",
"group": "none",
"group": {
"kind": "build",
"isDefault": true
},
"dependsOn": [
"buildall",
"deployall",