In Visual Studio Code, a while ago, when I used menu View → Split Editor, it would split vertically. (One file on the left and one file on the right.)
I updated Visual Studio Code and when when I do menu View → Split Editor, it always splits horizontally. (One file on the top and one file on the bottom.)
How can I split vertically?
Grid
layout. Check View
=>Editor Layout
** Someone update this with the lowest version where this became true.
View
=>Editor Layout
=>Flip Layout
{
"key": "alt+cmd+0",
"command": "workbench.action.toggleEditorGroupLayout"
}