-
Notifications
You must be signed in to change notification settings - Fork 39.3k
Terminal resizing does not take position into account #140873
Copy link
Copy link
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 Insidersterminal-layoutIssue relating to resizing, scroll bar position, terminal dimensions, etc.Issue relating to resizing, scroll bar position, terminal dimensions, etc.verifiedVerification succeededVerification succeeded
Milestone
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 Insidersterminal-layoutIssue relating to resizing, scroll bar position, terminal dimensions, etc.Issue relating to resizing, scroll bar position, terminal dimensions, etc.verifiedVerification succeededVerification succeeded
As the title states, the resize action does not take into account the position of the terminal.
If the terminal is on the left, I would expect the
resizePaneLeftaction to enlarge the terminal, etc.Example:

vscode/src/vs/workbench/contrib/terminal/browser/terminalActions.ts
Lines 331 to 370 in 00b535c
I did a quick dive into the code and think that it could be easily added if the terminal position is available in the snippet above.