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 17324f9 commit 62afc56Copy full SHA for 62afc56
packages/core/src/codewhisperer/activation.ts
@@ -346,7 +346,7 @@ export async function activate(context: ExtContext): Promise<void> {
346
auth.regionProfileManager.onDidChangeRegionProfile(() => {
347
// Validate user still has access to the selected customization.
348
const selectedCustomization = getSelectedCustomization()
349
- // No need to validate base customization which has empty arn
+ // No need to validate base customization which has empty arn.
350
if (selectedCustomization.arn.length > 0) {
351
getAvailableCustomizationsList()
352
.then(async (customizations) => {
0 commit comments