diff options
Diffstat (limited to '.vscode/tasks.json')
| -rw-r--r-- | .vscode/tasks.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 3e0c0ea7..c9f8f4a3 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -185,6 +185,14 @@ "runpydeck" ], "problemMatcher": [] + }, + { + "label": "act", + "type": "shell", + "group": "none", + "detail": "Run the act thing", + "command": "./act/run-act.sh release", + "problemMatcher": [] } ] }
\ No newline at end of file |
