microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.62k stars 29.03k forks source link

Layout controls never shown when `Editor Actions Position` set to `Title Bar` #221383

Open joaomoreno opened 3 months ago

joaomoreno commented 3 months ago

When Editor Actions Position set to Title Bar, the layout controls never appear and the Layout Controls toggle is ignored:

Image

benibenj commented 3 months ago

Layout Controls are moved into the overflow menu when editor actions are in the title bar. Toggling Layout Controls will toggle if they show in the overflow menu. Maybe we should hide the Layout Controls toggle in this case?

mwerle commented 1 month ago

How about not hiding them when there's enough space in the title bar? It just took me several days to figure out why the controls were hidden on one machine, but visible on another.

Failing that, what is the overflow menu and how do we access it/show it? (Google failed to give an answer)

benibenj commented 1 month ago

The overflow menu are the 3 dots on the right