fix(code-server): don't show welcome screen on startup (#28)

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/28
This commit is contained in:
Victor Westerlund 2025-06-17 11:36:59 +02:00
parent 5d57d35813
commit 5a9d264911

View file

@ -10,5 +10,6 @@
"editor.hover.hidingDelay": 0,
"hexeditor.columnWidth": 32,
"hexeditor.inspectorType": "sidebar",
"window.menuBarVisibility": "classic"
"window.menuBarVisibility": "classic",
"workbench.startupEditor": "none"
}