This one wired trick

This commit is contained in:
alexander
2025-11-10 23:35:28 +01:00
parent 5b1c954574
commit 23d4bda871
10 changed files with 3900 additions and 6 deletions

17
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"tasks": [
{
"label": "Compile All",
"type": "shell",
"command": "./compile-all.bash",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"options": {
"cwd": "${workspaceFolder}"
}
}
]
}