From 268311c4821e2df93c99a257a6992e50d49fc788 Mon Sep 17 00:00:00 2001 From: marios8543 Date: Wed, 18 Oct 2023 14:45:36 +0300 Subject: Add message emit mechanism --- .vscode/tasks.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.vscode') 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 -- cgit v1.2.3