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.
1 parent 7b6f975 commit 8eaf48dCopy full SHA for 8eaf48d
packages/core/src/codewhisperer/tracker/userWrittenCodeTracker.ts
@@ -95,7 +95,7 @@ export class UserWrittenCodeTracker {
95
customizationArn:
96
selectedCustomization.arn === '' ? undefined : selectedCustomization.arn,
97
programmingLanguage: {
98
- languageName: language,
+ languageName: runtimeLanguageContext.toRuntimeLanguage(language),
99
},
100
acceptedCharacterCount: 0,
101
totalCharacterCount: 0,
0 commit comments