Files
vscode/src
516ab4fc73 Add support for debugger type for selectAndStartDebugging (#193156)
* Add support for debugger type for selectAndStartDebugging

This PR adds in an arg to the command 'selectAndStartDebugging' so users
are able to jump directly to a debugger type instead of having users to
select a debugger type then select the configuration they want.

* Move accessors to the top to avoid calling one after an await

---------

Co-authored-by: Rob Lourens <roblourens@gmail.com>
2023-09-18 17:40:02 -07:00
..