Remove expandable hover setting

Seems like there's no downside in keeping this enabled by default for everyone
This commit is contained in:
Matt Bierner
2025-07-23 12:37:03 -07:00
parent 4bda9b5f58
commit 7094490c32
3 changed files with 1 additions and 12 deletions

View File

@@ -458,15 +458,6 @@
"default": true,
"markdownDescription": "%configuration.updateImportsOnPaste%"
},
"typescript.experimental.expandableHover": {
"type": "boolean",
"default": true,
"description": "%configuration.expandableHover%",
"scope": "window",
"tags": [
"experimental"
]
},
"js/ts.hover.maximumLength": {
"type": "number",
"default": 500,