refactor config path

This commit is contained in:
Gabriela Araujo Britto
2025-05-07 11:31:47 -07:00
parent c2822f848d
commit 56e2f3c5c4
3 changed files with 7 additions and 13 deletions

View File

@@ -481,17 +481,11 @@
"experimental"
]
},
"typescript.maximumHoverLength": {
"js/ts.hover.maximumLength": {
"type": "number",
"default": 500,
"description": "%configuration.maximumHoverLength%",
"scope": "window"
},
"javascript.maximumHoverLength": {
"type": "number",
"default": 500,
"description": "%configuration.maximumHoverLength%",
"scope": "window"
"description": "%configuration.hover.maximumLength%",
"scope": "resource"
}
}
},