diff options
| author | marios8543 <marios8543@gmail.com> | 2023-10-18 14:45:36 +0300 |
|---|---|---|
| committer | marios8543 <marios8543@gmail.com> | 2023-10-31 23:18:31 +0200 |
| commit | 268311c4821e2df93c99a257a6992e50d49fc788 (patch) | |
| tree | 20f3206ddac2a793e4be5b07f557d651a759d0f6 /.vscode | |
| parent | ed0f851d4d5c81b642bc30b7d609ec2bbb9003f7 (diff) | |
| download | decky-loader-268311c4821e2df93c99a257a6992e50d49fc788.tar.gz decky-loader-268311c4821e2df93c99a257a6992e50d49fc788.zip | |
Add message emit mechanism
Diffstat (limited to '.vscode')
| -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 |
