Added debug flag

pull/11/head
Paco Hope 2022-06-19 20:01:58 -04:00
parent 398c80b760
commit 5328f486fa
1 changed files with 1 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@ -10,7 +10,7 @@
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": ["demo.yaml"],
"args": ["-d", "demo.yaml"],
"justMyCode": true
}
]