diff options
| author | marios8543 <marios8543@gmail.com> | 2023-10-18 14:45:36 +0300 |
|---|---|---|
| committer | marios8543 <marios8543@gmail.com> | 2023-10-18 14:45:36 +0300 |
| commit | d9ba637cd9c44bc7c7ec4e8381f4f05fae8e4244 (patch) | |
| tree | d691d9a330742e09c0af1c3af12a43f95e7ac4b8 /.vscode/tasks.json | |
| parent | dcee5ca4e4d13b860ccfe0f14b15f6badb340739 (diff) | |
| download | decky-loader-d9ba637cd9c44bc7c7ec4e8381f4f05fae8e4244.tar.gz decky-loader-d9ba637cd9c44bc7c7ec4e8381f4f05fae8e4244.zip | |
Add message emit mechanism
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 |
