mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
[json] performance warning message can't be ignored. Fixes #105988
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user