-
Is there a way in VSCode / code-server to add a bar on the right side, to allign some extensions / views on the other side ? When having to use a lot of extensions, the left side is some kind of overflown. You have to continuously scroll up and down. If there is no such way to do so, I think it could be a very helping addition to code-server and improve multitasking a lot, for example when you have to use two extensions at the same time. I added a screenshot of what that could look like (Theia Blueprint). |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
I don't see a way as of now, I kinda feel this is upstream, @jsjoeio any ideas on this? |
Beta Was this translation helpful? Give feedback.
-
Hmm...this seems like something that would need to be implemented in VS Code. Does that type of functionality already exist? |
Beta Was this translation helpful? Give feedback.
-
TLDR: its already in the recent stable versions. To enable add |
Beta Was this translation helpful? Give feedback.
microsoft/vscode#132893
TLDR: its already in the recent stable versions. To enable add
"workbench.experimental.sidePanel.enabled": true,
insettings.json
. Then reload (altho for me I don't have to) and then in the menubarView -> Appearance -> Show Side Panel