mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
fix(code-server): menu bar visibility to top
This commit is contained in:
parent
41109193bf
commit
b6586ccdd4
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