We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b361dd commit def636eCopy full SHA for def636e
packages/core/src/shared/featureConfig.ts
@@ -180,7 +180,6 @@ export class FeatureConfigProvider {
180
await CodeWhispererSettings.instance.enableLocalIndex()
181
globals.globalState.tryUpdate('aws.amazonq.workspaceIndexToggleOn', true)
182
183
- // todo: finalize string
184
await vscode.window
185
.showInformationMessage(
186
localize(
@@ -191,7 +190,7 @@ export class FeatureConfigProvider {
191
190
)
192
.then((r) => {
193
if (r === 'Open settings') {
194
- Commands.tryExecute('aws.amazonq.configure')
+ void Commands.tryExecute('aws.amazonq.configure').then()
195
}
196
})
197
0 commit comments