Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid: Support adding horizontal split below a vertical split #51213

Closed
qcz opened this issue Jun 6, 2018 · 2 comments
Closed

Grid: Support adding horizontal split below a vertical split #51213

qcz opened this issue Jun 6, 2018 · 2 comments

Comments

@qcz
Copy link
Contributor

qcz commented Jun 6, 2018

Issue Type: Bug

If I have two vertically splitted editors like this:

___________
|    |    |
|    |    |
|____|____|

I want to be able to move an editor below these to to create a horizontal split like this:

___________
|    |    |
-----------
|_________|

But I cannot do that:
2018-06-06_12-19-14

The editor supports this kind of layout, because if I create a horizontal split first, and split the upper horizontal, I can create the desired layout:
2018-06-06_12-18-51
This is why I wonder why it is not possible to create this layout using the first method.

VS Code version: Code - Insiders 1.24.0-insider (0f4cde3, 2018-06-01T12:17:19.366Z)
OS version: Windows_NT x64 10.0.16299

Extensions (10)
Extension Author (truncated) Version
xml Dot 2.2.0
tslint eg2 1.0.30
vscode-great-icons emm 2.1.33
vscode-todo-plus fab 2.1.2
vscode-insiders-language-pack-hu MS- 1.23.1
mssql ms- 1.3.1
debugger-for-chrome msj 4.5.0
polacode pnp 0.2.2
vscode-icons rob 7.23.0
markdown-pdf yza 1.2.0

(3 theme extensions excluded)

@vscodebot vscodebot bot added the insiders label Jun 6, 2018
@aeschli
Copy link
Contributor

aeschli commented Jun 6, 2018

duplicate of #50666

@aeschli aeschli closed this as completed Jun 6, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants