Skip to content

Commit 8dcf90c

Browse files
authored
Non-standard capitalization of JSON commands (microsoft#175251)
1 parent 41edd98 commit 8dcf90c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

extensions/json-language-features/client/src/jsonClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ interface DocumentSortingParams {
4545
*/
4646
readonly uri: string;
4747
/**
48-
* The format options
48+
* The sort options
4949
*/
5050
readonly options: SortOptions;
5151
}

extensions/json-language-features/package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"json.maxItemsComputed.desc": "The maximum number of outline symbols and folding regions computed (limited for performance reasons).",
1818
"json.maxItemsExceededInformation.desc": "Show notification when exceeding the maximum number of outline symbols and folding regions.",
1919
"json.enableSchemaDownload.desc": "When enabled, JSON schemas can be fetched from http and https locations.",
20-
"json.command.clearCache": "Clear schema cache",
21-
"json.command.sort": "Sort document"
20+
"json.command.clearCache": "Clear Schema Cache",
21+
"json.command.sort": "Sort Document"
2222
}

extensions/json-language-features/server/src/jsonServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export interface DocumentSortingParams {
4545
*/
4646
uri: string;
4747
/**
48-
* The format options
48+
* The sort options
4949
*/
5050
options: SortOptions;
5151
}

0 commit comments

Comments
 (0)