add maximum hover length

This commit is contained in:
Gabriela Araujo Britto
2025-05-05 13:57:09 -07:00
parent 7bf23c3316
commit 7a1d5016f8
3 changed files with 25 additions and 0 deletions

View File

@@ -480,6 +480,18 @@
"tags": [
"experimental"
]
},
"typescript.maximumHoverLength": {
"type": "number",
"default": 500,
"description": "%configuration.maximumHoverLength%",
"scope": "window"
},
"javascript.maximumHoverLength": {
"type": "number",
"default": 500,
"description": "%configuration.maximumHoverLength%",
"scope": "window"
}
}
},