Skip to content

Commit 2802415

Browse files
committed
Downgrade stylelint to v16; update editor settings
Lower stylelint devDependency from ^17.1.0 to ^16.18.0 in package.json to target the 16.x release. Adjust .vscode/settings.json editor behavior: set editor.hover.enabled to "on" and editor.minimap.autohide to "mouseover" to change hover and minimap interaction.
1 parent 963296d commit 2802415

3 files changed

Lines changed: 158 additions & 234 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"editor.hideCursorInOverviewRuler": false,
133133
"editor.hover.above": true,
134134
"editor.hover.delay": 300,
135-
"editor.hover.enabled": true,
135+
"editor.hover.enabled": "on",
136136
"editor.hover.hidingDelay": 300,
137137
"editor.hover.sticky": true,
138138
"editor.indentSize": "tabSize",
@@ -309,7 +309,7 @@
309309
// Minimap
310310
// ========================================================================
311311

312-
"editor.minimap.autohide": true,
312+
"editor.minimap.autohide": "mouseover",
313313
"editor.minimap.enabled": true,
314314
"editor.minimap.maxColumn": 120,
315315
"editor.minimap.renderCharacters": true,

0 commit comments

Comments
 (0)