2

Updated Vscode and the new split editor button, now splits editors horizontally. It used to be vertically. How do I set it back to the way it once was — vertically?

enter image description here

GN.
  • 8,672
  • 10
  • 61
  • 126
  • 3
    Possible duplicate of [VSCode: How to Split Editor Vertically](https://stackoverflow.com/questions/40709351/vscode-how-to-split-editor-vertically) – Alex Jan 18 '18 at 04:59

3 Answers3

1

To answer the question: how to change the split screen button:

cmd + opt + 0 mac

ctrl + alt + 0 linux/win

Also there is a screenshot

when you see the response from @Bacon part of the way down on this thread vs-code-how-to-split-editor

codeangler
  • 779
  • 8
  • 16
1

use Alt+Shift+1 to toggle between horizontal and vertical splitting.

Note: Don't use 1 from number pad.

You also can achieve this with view --> Toggle editor group layout

Paul Roub
  • 36,322
  • 27
  • 84
  • 93
0

ALT+SHIFT+1 PC (Windows, Linux)

++1 Mac

Source: VSCode: How to Split Editor Vertically

Trophonix
  • 82
  • 1
  • 6