mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
fix(code-server): menu bar position to top
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/8
This commit is contained in:
parent
41109193bf
commit
2a31610d48
1 changed files with 2 additions and 1 deletions
|
@ -9,5 +9,6 @@
|
|||
"workbench.editor.closeEmptyGroups": false,
|
||||
"editor.hover.hidingDelay": 0,
|
||||
"hexeditor.columnWidth": 32,
|
||||
"hexeditor.inspectorType": "sidebar"
|
||||
"hexeditor.inspectorType": "sidebar",
|
||||
"window.menuBarVisibility": "classic"
|
||||
}
|
Loading…
Add table
Reference in a new issue