[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

@@ -90,6 +90,11 @@
"default": true,
"description": "%json.colorDecorators.enable.desc%",
"deprecationMessage": "%json.colorDecorators.enable.deprecationMessage%"
},
"json.maxItemsComputed": {
"type": "number",
"default": 5000,
"description": "%json.maxItemsComputed.desc%"
}
}
},