fix: launch.json update

This commit is contained in:
Christophe Vandeplas 2024-06-24 10:59:11 +02:00
parent 6341ffce68
commit fe103f0077
No known key found for this signature in database
GPG key ID: BDC48619FFDC5A5B

9
.vscode/launch.json vendored
View file

@ -19,6 +19,15 @@
"args": "",
"cwd": "${fileDirname}"
},
{
"name": "gen_mitre_fight",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": "",
"cwd": "${fileDirname}"
},
{
"name": "gen_mitre",
"type": "debugpy",