Skip to content

Commit

Permalink
Merge pull request #3207 from continuedev/pe/full-screen-input-focus-…
Browse files Browse the repository at this point in the history
…bugfix

bugfix: focus input on fullscreen reveal
  • Loading branch information
Patrick-Erichsen authored Dec 5, 2024
2 parents 3a7b5f9 + fc90bdb commit a9a3aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/vscode/src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ const getCommandsMap: (
if (fullScreenTab && fullScreenPanel) {
// Full screen open, but not focused - focus it
fullScreenPanel.reveal();
vscode.commands.executeCommand("continue.focusContinueInput");
return;
}

Expand Down

0 comments on commit a9a3aa2

Please sign in to comment.