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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@ interface DocumentSortingParams {
*/
readonly uri: string;
/**
* The format options
* The sort options
*/
readonly options: SortOptions;
}

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"
}

View file

@ -45,7 +45,7 @@ export interface DocumentSortingParams {
*/
uri: string;
/**
* The format options
* The sort options
*/
options: SortOptions;
}