We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c3212 commit d27dda0Copy full SHA for d27dda0
.vscode/launch.json
@@ -4,7 +4,8 @@
4
"name": "Python Debugger: ardupilot_methodic_configurator.py",
5
"type": "debugpy",
6
"request": "launch",
7
- "program": "MethodicConfigurator/ardupilot_methodic_configurator.py"
+ "program": "MethodicConfigurator/ardupilot_methodic_configurator.py",
8
+ "args": ["--allow-editing-template-files"],
9
}
10
]
11
0 commit comments