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 40b9e31 commit d9fae9eCopy full SHA for d9fae9e
packages/core/src/codewhisperer/ui/statusBarMenu.ts
@@ -107,7 +107,7 @@ export function getQuickPickItems(): DataQuickPickItem<string>[] {
107
createSettingsNode(),
108
...(AuthUtil.instance.isIdcConnection() && regionProfile ? [createSelectRegionProfileNode(regionProfile)] : []),
109
...(AuthUtil.instance.isConnected() && !hasVendedIamCredentials() && !hasVendedCredentialsFromMetadata()
110
- ? [...(AuthUtil.instance.isBuilderIdInUse() ? [createManageSubscription()] : []), createSignout()]
+ ? [...(AuthUtil.instance.isBuilderIdConnection() ? [createManageSubscription()] : []), createSignout()]
111
: []),
112
]
113
0 commit comments