mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-02-26 02:32:03 +01:00
fix(code-server): keep outline items collapsed (#114)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/114
This commit is contained in:
parent
c4a1943f84
commit
0b5afb1d24
1 changed files with 2 additions and 1 deletions
|
|
@ -37,5 +37,6 @@
|
|||
"editor.snippetSuggestions": "top",
|
||||
"emmet.showSuggestionsAsSnippets": true,
|
||||
"telemetry.telemetryLevel": "off",
|
||||
"php-docblocker.useShortNames": true
|
||||
"php-docblocker.useShortNames": true,
|
||||
"outline.collapseItems": "alwaysCollapse"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue