Non-standard capitalization of JSON commands (#175251)

This commit is contained in:
Martin Aeschlimann
2023-02-23 16:52:44 +01:00
committed by GitHub
parent 41edd9883f
commit 8dcf90c7d0
3 changed files with 4 additions and 4 deletions

View File

@@ -17,6 +17,6 @@
"json.maxItemsComputed.desc": "The maximum number of outline symbols and folding regions computed (limited for performance reasons).",
"json.maxItemsExceededInformation.desc": "Show notification when exceeding the maximum number of outline symbols and folding regions.",
"json.enableSchemaDownload.desc": "When enabled, JSON schemas can be fetched from http and https locations.",
"json.command.clearCache": "Clear schema cache",
"json.command.sort": "Sort document"
"json.command.clearCache": "Clear Schema Cache",
"json.command.sort": "Sort Document"
}