vscode
vscode copied to clipboard
Adding layout control options into settings.json (quick panel position)
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.