This commit is contained in:
2026-05-23 09:11:14 +02:00
parent dd46c2112e
commit cb706c6a54
3 changed files with 20 additions and 2 deletions

6
.vscode/tasks.json vendored
View File

@@ -1,6 +1,12 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "deps",
"type": "shell",
"command": "make deps",
"problemMatcher": []
},
{
"label": "build",
"type": "shell",