mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-14 03:03:42 +02:00
fix: editor.hover.hidingDelay
This commit is contained in:
parent
42a6aae1f1
commit
2533ea98ee
1 changed files with 3 additions and 1 deletions
|
@ -7,5 +7,7 @@
|
||||||
"html.format.indentHandlebars": true,
|
"html.format.indentHandlebars": true,
|
||||||
"editor.insertSpaces": false,
|
"editor.insertSpaces": false,
|
||||||
"workbench.editor.closeEmptyGroups": 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