Skip to content

Commit e62889f

Browse files
committed
feat(amazonq): enabling code review tool
1 parent aff7180 commit e62889f

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
@@ -186,7 +186,7 @@ export async function startLanguageServer(
186186
reroute: true,
187187
modelSelection: true,
188188
workspaceFilePath: vscode.workspace.workspaceFile?.fsPath,
189-
codeReviewInChat: false,
189+
codeReviewInChat: true,
190190
},
191191
window: {
192192
notifications: true,

0 commit comments

Comments
 (0)