This is low effor support for running blender with one button - it was surprisingly easy to support keybindings.
This is not ideal, but the goal was to have something useful quickly. Thats all I can deliver for now.
[ ] I have no understanding if we can support GetDebugInteractive
Tasks have option to pass args but it works completely different from keybinding - I did not have time to write a complete provider (first tried in #102).
This is low effor support for running blender with one button - it was surprisingly easy to support keybindings. This is not ideal, but the goal was to have something useful quickly. Thats all I can deliver for now.
GetDebugInteractive
Other good option, that require dedicated support
launch.json
support - not implementedSee example usage of debug: https://github.com/microsoft/vscode-python-debugger/blob/main/src/extension/extensionInit.ts#L156
tasks.json
support - not implementedTasks docs: https://code.visualstudio.com/docs/editor/tasks#_customizing-autodetected-tasks
Tasks have option to pass
args
but it works completely different from keybinding - I did not have time to write a complete provider (first tried in #102).References #102 #82 #114.
Remeber to squash merge.