add Taskfile

upd tasks in launch.json

add with Task to Run tests in README
This commit is contained in:
2025-06-06 13:50:16 +01:00
parent a0a2c72634
commit bd0779add2
4 changed files with 19 additions and 21 deletions

14
.vscode/launch.json vendored
View File

@@ -51,21 +51,9 @@
"type": "PowerShell",
"request": "launch",
"cwd": "${workspaceRoot}",
"script": "${workspaceFolder}/tests/pre-commit.ps1",
"script": "${workspaceFolder}/tests/run.ps1",
"args": [],
"createTemporaryIntegratedConsole": true
},
{
"name": "PowerShell: Launch Quick Test",
"type": "PowerShell",
"request": "launch",
"cwd": "${workspaceRoot}",
"script": "${workspaceFolder}/quick.ps1",
"args": [
"-Verbose",
"-Debug"
],
"createTemporaryIntegratedConsole": true
}
]
}