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

This commit is contained in:
Victor Westerlund 2025-06-17 11:35:29 +02:00
parent 5d57d35813
commit c2c0ca0272
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

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