feat(code-server): move activity bar position to top

This commit is contained in:
Victor Westerlund 2025-09-16 11:48:49 +02:00
parent a86e9462f2
commit 69211581a3
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -11,5 +11,6 @@
"hexeditor.columnWidth": 32,
"hexeditor.inspectorType": "sidebar",
"window.menuBarVisibility": "classic",
"workbench.startupEditor": "none"
"workbench.startupEditor": "none",
"workbench.activityBar.location": "top"
}