mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-28 05:37:48 +01:00
* 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>