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

shortcuts and command to navigate debug consoles #152378

Merged
merged 3 commits into from
Jun 16, 2022
Merged

Conversation

andreamah
Copy link
Contributor

@andreamah andreamah commented Jun 16, 2022

This PR fixes #151772. Adds command for navigating debug consoles (next/prev). Also adds keyboard shortcuts CTRL + PgUp for previous console and CTRL + PgDn for next console. (CTRL + SHIFT + [ and CTRL + SHIFT + ] for mac) to match the shortcuts for switching between terminal groups.

@andreamah andreamah self-assigned this Jun 16, 2022
@VSCodeTriageBot VSCodeTriageBot added this to the June 2022 milestone Jun 16, 2022
mjbvz
mjbvz previously approved these changes Jun 16, 2022
for debug console changing
@@ -73,6 +75,8 @@ export const SELECT_AND_START_LABEL = nls.localize('selectAndStartDebugging', "S
export const DEBUG_CONFIGURE_LABEL = nls.localize('openLaunchJson', "Open '{0}'", 'launch.json');
export const DEBUG_START_LABEL = nls.localize('startDebug', "Start Debugging");
export const DEBUG_RUN_LABEL = nls.localize('startWithoutDebugging', "Start Without Debugging");
export const NEXT_DEBUG_CONSOLE_LABEL = nls.localize('nextDebugConsole', "Next Debug Console");
Copy link
Member

Choose a reason for hiding this comment

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

Maybe say "Focus Next Debug Console", matching the terminal and editor commands

@andreamah andreamah merged commit f8d0151 into main Jun 16, 2022
@andreamah andreamah deleted the andreamah/issue151772 branch June 16, 2022 23:10
@github-actions github-actions bot locked and limited conversation to collaborators Jul 31, 2022
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 keyboard shortcuts to navigate debug consoles
4 participants