mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
fix(code-server): editor.hover.hidingDelay
for code-server (#3)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/3
This commit is contained in:
parent
42a6aae1f1
commit
bffb970230
1 changed files with 3 additions and 1 deletions
|
@ -7,5 +7,7 @@
|
|||
"html.format.indentHandlebars": true,
|
||||
"editor.insertSpaces": false,
|
||||
"workbench.editor.closeEmptyGroups": false,
|
||||
"editor.hover.hidingDelay": 0
|
||||
"editor.hover.hidingDelay": 0,
|
||||
"hexeditor.columnWidth": 32,
|
||||
"hexeditor.inspectorType": "sidebar"
|
||||
}
|
Loading…
Add table
Reference in a new issue