launch/debug config
All checks were successful
/ Checkout (push) Successful in 1m18s

This commit is contained in:
david 2024-07-22 21:47:06 +02:00
parent effeef97b8
commit 363dfaa7d3
7 changed files with 23 additions and 6 deletions

11
.vscode/tasks.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"command": "dev",
"label": "dev",
"isBackground": true
}
]
}