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 338e868 commit 4711fbbCopy full SHA for 4711fbb
packages/core/src/codewhisperer/activation.ts
@@ -187,7 +187,7 @@ export async function activate(context: ExtContext): Promise<void> {
187
if (id === 'codewhisperer') {
188
await vscode.commands.executeCommand(
189
'workbench.action.openSettings',
190
- `@id:amazonQ.includeSuggestionsWithCodeReferences`
+ `@id:amazonQ.showInlineCodeSuggestionsWithCodeReferences`
191
)
192
} else {
193
await vscode.commands.executeCommand('workbench.action.openSettings', `amazonQ`)
0 commit comments