fix(code-server): menu bar position to top

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/8
This commit is contained in:
Victor Westerlund 2024-12-16 13:32:10 +00:00
parent 41109193bf
commit 2a31610d48

View file

@ -9,5 +9,6 @@
"workbench.editor.closeEmptyGroups": false,
"editor.hover.hidingDelay": 0,
"hexeditor.columnWidth": 32,
"hexeditor.inspectorType": "sidebar"
"hexeditor.inspectorType": "sidebar",
"window.menuBarVisibility": "classic"
}