[json] performance warning message can't be ignored. Fixes #105988

This commit is contained in:
Martin Aeschlimann
2020-11-27 17:23:57 +01:00
parent e6d6661247
commit 1a6d7f3118
3 changed files with 20 additions and 2 deletions

View File

@@ -97,6 +97,11 @@
"default": 5000,
"description": "%json.maxItemsComputed.desc%"
},
"json.maxItemsExceededInformation": {
"type": "boolean",
"default": true,
"description": "%json.maxItemsExceededInformation.desc%"
},
"json.schemaDownload.enable": {
"type": "boolean",
"default": true,