mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-14 03:03:42 +02:00
fix(code-server): don't show welcome screen on startup
This commit is contained in:
parent
5d57d35813
commit
c2c0ca0272
1 changed files with 2 additions and 1 deletions
|
@ -10,5 +10,6 @@
|
||||||
"editor.hover.hidingDelay": 0,
|
"editor.hover.hidingDelay": 0,
|
||||||
"hexeditor.columnWidth": 32,
|
"hexeditor.columnWidth": 32,
|
||||||
"hexeditor.inspectorType": "sidebar",
|
"hexeditor.inspectorType": "sidebar",
|
||||||
"window.menuBarVisibility": "classic"
|
"window.menuBarVisibility": "classic",
|
||||||
|
"workbench.startupEditor": "none"
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue