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

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/42
This commit is contained in:
Victor Westerlund 2025-09-16 11:50:04 +02:00
parent a86e9462f2
commit cf3808deb0

View file

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