From fe103f0077ba2ef451195e2d2907b8703fc2727d Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Mon, 24 Jun 2024 10:59:11 +0200 Subject: [PATCH] fix: launch.json update --- .vscode/launch.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 5378349..82f2250 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",