Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for debugger type for selectAndStartDebugging #193156

Merged

Conversation

WardenGnaw
Copy link
Member

@WardenGnaw WardenGnaw commented Sep 15, 2023

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.

Usage example:

await vscode.commands.executeCommand('workbench.action.debug.selectandstart', 'dotnet')

This will skip the debugger selection and just jump into calling the picker for that debugger type.

Fixes #185167

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.
@roblourens roblourens added this to the September 2023 milestone Sep 18, 2023
Copy link
Member

@roblourens roblourens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR

@roblourens roblourens merged commit 516ab4f into microsoft:main Sep 19, 2023
6 checks passed
@WardenGnaw WardenGnaw deleted the dev/waan/addDebuggerTypeToSelectAndStart branch September 19, 2023 19:44
@github-actions github-actions bot locked and limited conversation to collaborators Nov 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add 'debugger' as a parameter for 'workbench.action.debug.selectandstart'
3 participants