[json] make result limit configurable. Fixes #84259

This commit is contained in:
Martin Aeschlimann
2019-12-04 15:12:42 +01:00
parent ef121d2d87
commit 669d0ab44e
3 changed files with 10 additions and 2 deletions

View File

@@ -11,5 +11,6 @@
"json.colorDecorators.enable.desc": "Enables or disables color decorators",
"json.colorDecorators.enable.deprecationMessage": "The setting `json.colorDecorators.enable` has been deprecated in favor of `editor.colorDecorators`.",
"json.schemaResolutionErrorMessage": "Unable to resolve schema.",
"json.clickToRetry": "Click to retry."
"json.clickToRetry": "Click to retry.",
"json.maxItemsComputed.desc": "The maximum number of outline symbols and folding regions computed (limited for performance reasons)."
}