Files
BlueskyBackBlock/.nova/Tasks/Python Debug.json
T
mbirth 15d8fa031d Nova debug config
Signed-off-by: Markus Birth <markus@birth-online.de>
2026-05-08 21:30:33 +01:00

12 lines
217 B
JSON

{
"extension" : {
"identifier" : "panic.Python",
"name" : "Python"
},
"extensionTemplate" : "pythonDebug",
"extensionValues" : {
"python.debug.script" : "main.py"
},
"openLogOnRun" : "start"
}