Skip to content

Commit 1a5e376

Browse files
committed
fix(amazonq): enable qCodeReview tool feature flag
1 parent c6c5d76 commit 1a5e376

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ export async function startLanguageServer(
168168
reroute: true,
169169
modelSelection: true,
170170
workspaceFilePath: vscode.workspace.workspaceFile?.fsPath,
171+
qCodeReviewInChat: true,
171172
},
172173
window: {
173174
notifications: true,

0 commit comments

Comments
 (0)