You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes terminal line wrapping can be disruptive. In these cases, people want the option to switch it off or to set the terminal's dimensions for their particular use case. This iteration, we have added both to accommodate those requests.
Test:
the workbench.action.terminal.setFixedDimensions command
the workbench.action.terminal.toggleWrapping command
the associated context menu actions in the tab and editor areas
Alt + Z or Option + Z (mac) with the terminal focused should toggle wrapping
The text was updated successfully, but these errors were encountered:
Refs: #74501
Complexity: 3
Authors: @Tyriar, @meganrogge
Create Issue
Sometimes terminal line wrapping can be disruptive. In these cases, people want the option to switch it off or to set the terminal's dimensions for their particular use case. This iteration, we have added both to accommodate those requests.
Test:
workbench.action.terminal.setFixedDimensions
commandworkbench.action.terminal.toggleWrapping
commandAlt + Z
orOption + Z
(mac) with the terminal focused should toggle wrappingThe text was updated successfully, but these errors were encountered: