vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Adding layout control options into settings.json (quick panel position)

Open ericQronaveter opened this issue 7 months ago • 0 comments

Hello, my request is that the quick panel position (center, top) in the layout control be added into the settings.json itself. When the user drags the quick panel to a desired location the setting could override to "custom". I use the quick panel alot, to switch files, create files and so on.

Maybe some other layout control settings could be added to the settings.json also, but some already are. I am primarily focused on the quick panel position however.

Example: workbench.quickPanelPosition("top") or ("center") or ("custom") when dragged.

ericQronaveter avatar May 19 '25 09:05 ericQronaveter