diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 4dea9f3..8f96761 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -34,7 +34,7 @@ "dependsOn": [ "depsetup", "pnpmsetup", - "updatedfrontendlib" + "updatefrontendlib" ], "problemMatcher": [] }, @@ -113,6 +113,18 @@ ], "problemMatcher": [] }, + //"All-in-on" build & deploy task + { + "label": "builddeploy", + "detail": "Builds plugin and deploys to deck", + "dependsOrder": "sequence", + "group": "none", + "dependsOn": [ + "build", + "deploy" + ], + "problemMatcher": [] + }, //GENERAL TASKS //Update Decky Frontend Library, aka DFL {