Skip to content

Commit

Permalink
fix: registerCommands not imported in amazon q
Browse files Browse the repository at this point in the history
  • Loading branch information
hayemaxi committed May 30, 2024
1 parent 47bd976 commit 609bb56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/amazonq/src/extensionShared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import { registerSubmitFeedback } from 'aws-core-vscode/feedback'
import { telemetry, ExtStartUpSources } from 'aws-core-vscode/telemetry'
import { DevFunction, updateDevMode } from 'aws-core-vscode/dev'
import { getAuthStatus } from './auth/util'
import { registerCommands } from './commands'

export async function activateShared(context: vscode.ExtensionContext, isWeb: boolean) {
initialize(context, isWeb)
Expand Down

0 comments on commit 609bb56

Please sign in to comment.