Skip to content

Commit d27dda0

Browse files
committed
IMPROVEMENT: --allow-editing-template-files while debugging
1 parent a8c3212 commit d27dda0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"name": "Python Debugger: ardupilot_methodic_configurator.py",
55
"type": "debugpy",
66
"request": "launch",
7-
"program": "MethodicConfigurator/ardupilot_methodic_configurator.py"
7+
"program": "MethodicConfigurator/ardupilot_methodic_configurator.py",
8+
"args": ["--allow-editing-template-files"],
89
}
910
]
1011
}

0 commit comments

Comments
 (0)