-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Description
Does this issue occur when all extensions are disabled?: Yes/No
-
VS Code Version:
Version: 1.58.0 (Universal) Commit: 2d23c42a936db1c7b3b06f918cde29561cc47cd6 Date: 2021-07-08T06:54:17.694Z (2 days ago) Electron: 12.0.13 Chrome: 89.0.4389.128 Node.js: 14.16.0 V8: 8.9.255.25-electron.0 -
OS Version:
Darwin x64 20.5.0
Steps to Reproduce:
- Open VSCode
- Run action
workbench.action.createTerminalEditor. - Run action
workbench.action.splitEditorOrthogonal
On that final step VSCode will create a new terminal editor vertically next to the existing terminal editor, when it should perform a horizontal split and create the new terminal editor below the existing terminal editor. When running that action with an file editor open it does the horizontal split correctly, but in terminal it is as if the splitEditorOrthogonal is triggering splitEditor behavior.
Metadata
Metadata
Assignees
Labels
No labels