We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0dc5c3 commit 52635abCopy full SHA for 52635ab
1 file changed
.vscode/settings.json
@@ -132,7 +132,7 @@
132
"editor.hideCursorInOverviewRuler": false,
133
"editor.hover.above": true,
134
"editor.hover.delay": 300,
135
- "editor.hover.enabled": true,
+ "editor.hover.enabled": "on",
136
"editor.hover.hidingDelay": 300,
137
"editor.hover.sticky": true,
138
"editor.indentSize": "tabSize",
@@ -309,7 +309,7 @@
309
// Minimap
310
// ========================================================================
311
312
- "editor.minimap.autohide": true,
+ "editor.minimap.autohide": "mouseover",
313
"editor.minimap.enabled": true,
314
"editor.minimap.maxColumn": 120,
315
"editor.minimap.renderCharacters": true,
0 commit comments