mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
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:
parent
5d57d35813
commit
5a9d264911
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