allow to add debug parameter

This commit is contained in:
2025-01-26 11:45:53 +01:00
parent 5337252be3
commit 9f9e110dbd
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",