mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
add maximum hover length
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user