fix: launch.json update

pull/1012/head
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
1 changed files with 9 additions and 0 deletions

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",