Skip to content

Commit 4711fbb

Browse files
authored
fix(amazonq): code reference settings command aws#4861
1 parent 338e868 commit 4711fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/activation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export async function activate(context: ExtContext): Promise<void> {
187187
if (id === 'codewhisperer') {
188188
await vscode.commands.executeCommand(
189189
'workbench.action.openSettings',
190-
`@id:amazonQ.includeSuggestionsWithCodeReferences`
190+
`@id:amazonQ.showInlineCodeSuggestionsWithCodeReferences`
191191
)
192192
} else {
193193
await vscode.commands.executeCommand('workbench.action.openSettings', `amazonQ`)

0 commit comments

Comments
 (0)