Skip to content

Commit def636e

Browse files
committed
patch
1 parent 3b361dd commit def636e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/src/shared/featureConfig.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ export class FeatureConfigProvider {
180180
await CodeWhispererSettings.instance.enableLocalIndex()
181181
globals.globalState.tryUpdate('aws.amazonq.workspaceIndexToggleOn', true)
182182

183-
// todo: finalize string
184183
await vscode.window
185184
.showInformationMessage(
186185
localize(
@@ -191,7 +190,7 @@ export class FeatureConfigProvider {
191190
)
192191
.then((r) => {
193192
if (r === 'Open settings') {
194-
Commands.tryExecute('aws.amazonq.configure')
193+
void Commands.tryExecute('aws.amazonq.configure').then()
195194
}
196195
})
197196
}

0 commit comments

Comments
 (0)