File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/core/src/codewhisperer/region Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ const localize = nls.loadMessageBundle()
77import { AmazonQPromptSettings } from '../../shared/settings'
88import { telemetry } from '../../shared/telemetry/telemetry'
99import vscode from 'vscode'
10- import { selectRegionProfileCommand } from '../commands/basicCommands'
1110import { placeholder } from '../../shared/vscode/commands2'
1211import { toastMessage } from '../commands/types'
1312
@@ -36,7 +35,7 @@ export async function notifySelectDeveloperProfile() {
3635 if ( resp === selectProfile ) {
3736 // Show Profile
3837 telemetry . record ( { action : 'select' } )
39- void selectRegionProfileCommand . execute ( placeholder , toastMessage )
38+ void vscode . commands . executeCommand ( 'aws.amazonq.selectRegionProfile' , placeholder , toastMessage )
4039 } else if ( resp === dontShowAgain ) {
4140 telemetry . record ( { action : 'dontShowAgain' } )
4241 await settings . disablePrompt ( suppressId )
You can’t perform that action at this time.
0 commit comments