build(vscode): fix task commands

This commit is contained in:
Lukas Obermann
2026-05-29 11:51:06 +02:00
parent 21780be505
commit 18ab60e356
+2 -2
View File
@@ -6,7 +6,7 @@
{
"label": "watch ts build",
"type": "shell",
"command": "npm run watch:ts",
"command": "npm run watch",
"isBackground": true,
"group": "build",
"presentation": {
@@ -16,7 +16,7 @@
{
"label": "watch generation from ts",
"type": "shell",
"command": "npm run watch:gen",
"command": "npm run generate:watch",
"isBackground": true,
"group": "build",
"presentation": {