allow to add debug parameter

This commit is contained in:
unset
2025-01-26 11:46:42 +01:00
parent c490162295
commit 341e606f93
2 changed files with 12 additions and 1 deletions

5
.vscode/tasks.json vendored
View File

@@ -1,5 +1,10 @@
{
"version": "2.0.0",
"options": {
"env": {
"DEBUG": "1"
}
},
"tasks": [
{
"type": "shell",