mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-12 23:29:39 +02:00
fix(code-server): hide tab close button (#125)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/125
This commit is contained in:
parent
37d5be2777
commit
860ee045e7
1 changed files with 2 additions and 1 deletions
|
|
@ -41,5 +41,6 @@
|
|||
"emmet.showSuggestionsAsSnippets": true,
|
||||
"telemetry.telemetryLevel": "off",
|
||||
"php-docblocker.useShortNames": true,
|
||||
"outline.collapseItems": "alwaysCollapse"
|
||||
"outline.collapseItems": "alwaysCollapse",
|
||||
"workbench.editor.tabActionCloseVisibility": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue