We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
codewhispererLanguage
1 parent 5cc7687 commit bc050b9Copy full SHA for bc050b9
telemetry/definitions/commonDefinitions.json
@@ -632,30 +632,30 @@
632
"type": "string",
633
"description": "Programming language of the CodeWhisperer recommendation",
634
"allowedValues": [
635
- "java",
636
- "python",
637
- "javascript",
638
- "plaintext",
639
- "jsx",
640
- "typescript",
641
- "tsx",
642
- "csharp",
643
"c",
644
"cpp",
+ "csharp",
645
"go",
+ "hcl",
+ "java",
+ "javascript",
+ "json",
+ "jsonc",
+ "jsx",
646
"kotlin",
647
"php",
+ "plaintext",
648
+ "python",
649
"ruby",
650
"rust",
651
"scala",
652
"shell",
653
"sql",
- "json",
654
- "jsonc",
+ "tf",
655
+ "tsx",
656
+ "typescript",
657
"yaml",
- "yml",
- "hcl",
658
- "tf"
+ "yml"
659
]
660
},
661
{
0 commit comments