mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
refactor config path
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user