mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Remove expandable hover setting
Seems like there's no downside in keeping this enabled by default for everyone
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user