Skip to content

Commit bc050b9

Browse files
authored
Reorder codewhispererLanguage to be in alphabetical order (aws#849)
1 parent 5cc7687 commit bc050b9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -632,30 +632,30 @@
632632
"type": "string",
633633
"description": "Programming language of the CodeWhisperer recommendation",
634634
"allowedValues": [
635-
"java",
636-
"python",
637-
"javascript",
638-
"plaintext",
639-
"jsx",
640-
"typescript",
641-
"tsx",
642-
"csharp",
643635
"c",
644636
"cpp",
637+
"csharp",
645638
"go",
639+
"hcl",
640+
"java",
641+
"javascript",
642+
"json",
643+
"jsonc",
644+
"jsx",
646645
"kotlin",
647646
"php",
647+
"plaintext",
648+
"python",
648649
"ruby",
649650
"rust",
650651
"scala",
651652
"shell",
652653
"sql",
653-
"json",
654-
"jsonc",
654+
"tf",
655+
"tsx",
656+
"typescript",
655657
"yaml",
656-
"yml",
657-
"hcl",
658-
"tf"
658+
"yml"
659659
]
660660
},
661661
{

0 commit comments

Comments
 (0)