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()
7
7
import { AmazonQPromptSettings } from '../../shared/settings'
8
8
import { telemetry } from '../../shared/telemetry/telemetry'
9
9
import vscode from 'vscode'
10
- import { selectRegionProfileCommand } from '../commands/basicCommands'
11
10
import { placeholder } from '../../shared/vscode/commands2'
12
11
import { toastMessage } from '../commands/types'
13
12
@@ -36,7 +35,7 @@ export async function notifySelectDeveloperProfile() {
36
35
if ( resp === selectProfile ) {
37
36
// Show Profile
38
37
telemetry . record ( { action : 'select' } )
39
- void selectRegionProfileCommand . execute ( placeholder , toastMessage )
38
+ void vscode . commands . executeCommand ( 'aws.amazonq.selectRegionProfile' , placeholder , toastMessage )
40
39
} else if ( resp === dontShowAgain ) {
41
40
telemetry . record ( { action : 'dontShowAgain' } )
42
41
await settings . disablePrompt ( suppressId )
You can’t perform that action at this time.
0 commit comments