Skip to content

Commit 63d1928

Browse files
committed
patch
1 parent b29b0cc commit 63d1928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/featureConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export class FeatureConfigProvider {
171171
)
172172
this.featureConfigs.delete(Features.customizationArnOverride)
173173
} else {
174-
await setSelectedCustomization(targetCustomization)
174+
await setSelectedCustomization(targetCustomization, true)
175175
}
176176

177177
await vscode.commands.executeCommand('aws.amazonq.refreshStatusBar')

0 commit comments

Comments
 (0)