Skip to content

Commit 34a6675

Browse files
fix(amazonq): disable codeReviewInChat feature flag
1 parent 06b4df6 commit 34a6675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export async function startLanguageServer(
168168
reroute: true,
169169
modelSelection: true,
170170
workspaceFilePath: vscode.workspace.workspaceFile?.fsPath,
171-
codeReviewInChat: true,
171+
codeReviewInChat: false,
172172
},
173173
window: {
174174
notifications: true,

0 commit comments

Comments
 (0)