Simple tool that allows you to select and run debug configuration without debugging from command palette. It's
behavior is similar to built-in Select and Start Debugging
.
To use this tool run the command palette, start typing "Select and Run Without Debug" and then select your configuration.
It's also possible to map a shortcut:
- Go to the Keyboard Shortcuts.
- Search for "select-and-run-without-debug".
- Map a keyboard shortcut at your own.
- Support for workspaces with one or more projects
- Support for compound configs
- Fix: compounds from
launch.json
cannot start.
- Fix bugs from previous release.
- Add support for configs placed at
*.code-workspace
. - Update icon.
- Add support for compound configs.
- Update icon.
- Bug fixes.
- Memoize last launched configs and move them to top.
- Add support for multiproject workspaces.
- Initial release.