Add message emit mechanism

This commit is contained in:
marios8543
2023-10-18 14:45:36 +03:00
parent ed0f851d4d
commit 268311c482
5 changed files with 54 additions and 31 deletions
+8
View File
@@ -185,6 +185,14 @@
"runpydeck"
],
"problemMatcher": []
},
{
"label": "act",
"type": "shell",
"group": "none",
"detail": "Run the act thing",
"command": "./act/run-act.sh release",
"problemMatcher": []
}
]
}