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

This commit is contained in:
Victor Westerlund 2024-12-16 14:30:18 +01:00
parent 41109193bf
commit b6586ccdd4

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"
}