Skip to content

Commit 62afc56

Browse files
committed
s
1 parent 17324f9 commit 62afc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/activation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ export async function activate(context: ExtContext): Promise<void> {
346346
auth.regionProfileManager.onDidChangeRegionProfile(() => {
347347
// Validate user still has access to the selected customization.
348348
const selectedCustomization = getSelectedCustomization()
349-
// No need to validate base customization which has empty arn
349+
// No need to validate base customization which has empty arn.
350350
if (selectedCustomization.arn.length > 0) {
351351
getAvailableCustomizationsList()
352352
.then(async (customizations) => {

0 commit comments

Comments
 (0)