mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Non-standard capitalization of JSON commands (#175251)
This commit is contained in:
committed by
GitHub
parent
41edd9883f
commit
8dcf90c7d0
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user