fix(code-server): editor.hover.hidingDelay for code-server (#3)

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/3
This commit is contained in:
Victor Westerlund 2024-12-02 08:04:15 +00:00
parent 42a6aae1f1
commit bffb970230

View file

@ -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"
}