-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderslayoutGeneral VS Code workbench layout issuesGeneral VS Code workbench layout issuesverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.51.1
- OS Version: macOS 11
Steps to Reproduce:
- Setup keybinding to change panel position, for e.g.:
{ "key": "ctrl+a space", "command": "workbench.action.positionPanelRight", "when": "panelPosition == 'bottom'" }, { "key": "ctrl+a space", "command": "workbench.action.positionPanelBottom", "when": "panelPosition == 'right'" },
- While terminal in panel is focused, press
Ctrl+A Space. The panel should move to the other position. - The terminal in the panel will no longer have focus. The only way to regain focus on the terminal is to use the mouse, or use some other keyboard shortcuts that give the terminal focus, such as create a new terminal or hide and reshow the terminal.
Does this issue occur when all extensions are disabled?: Yes
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderslayoutGeneral VS Code workbench layout issuesGeneral VS Code workbench layout issuesverifiedVerification succeededVerification succeeded