Skip to content

Commit dd8e5b0

Browse files
authored
caws: remove beta check
1 parent 48223ad commit dd8e5b0

File tree

3 files changed

+0
-160
lines changed

3 files changed

+0
-160
lines changed

src/awsexplorer/activation.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import { cdkNode, CdkRootNode } from '../cdk/explorer/rootNode'
2929
import { CodeWhispererNode, codewhispererNode } from '../codewhisperer/explorer/codewhispererNode'
3030
import { once } from '../shared/utilities/functionUtils'
3131
import { Auth, AuthNode } from '../credentials/auth'
32-
import { notifyCodeCatalystBetaUsers } from '../codecatalyst/beta'
3332
import { CodeCatalystRootNode } from '../codecatalyst/explorer'
3433
import { CodeCatalystAuthenticationProvider } from '../codecatalyst/auth'
3534

@@ -52,14 +51,6 @@ export async function activate(args: {
5251

5352
await registerAwsExplorerCommands(args.context, awsExplorer, args.toolkitOutputChannel)
5453

55-
globals.context.subscriptions.push(
56-
view.onDidChangeVisibility(async e => {
57-
if (e.visible) {
58-
await notifyCodeCatalystBetaUsers()
59-
}
60-
})
61-
)
62-
6354
telemetry.vscode_activeRegions.emit({ value: args.regionProvider.getExplorerRegions().length })
6455

6556
args.context.extensionContext.subscriptions.push(

src/codecatalyst/activation.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { getCodeCatalystDevEnvId } from '../shared/vscode/env'
1818
import { PromptSettings } from '../shared/settings'
1919
import { dontShow } from '../shared/localizedText'
2020
import { isCloud9 } from '../shared/extensionUtilities'
21-
import { watchBetaVSIX } from './beta'
2221
import { Commands } from '../shared/vscode/commands2'
2322
import { getCodeCatalystConfig } from '../shared/clients/codecatalystClient'
2423

@@ -53,7 +52,6 @@ export async function activate(ctx: ExtContext): Promise<void> {
5352
.then(disposable => ctx.extensionContext.subscriptions.push(disposable))
5453

5554
watchRestartingDevEnvs(ctx, authProvider)
56-
watchBetaVSIX()
5755
}
5856

5957
const devenvClient = new DevEnvClient()

src/codecatalyst/beta.ts

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)