Skip to content

Commit c6c5d76

Browse files
authored
fix(amazonq): remove feature flag for CodeReview tool, update change logs (#7689)
## Problem - Removing feature flag for Code Review tool - Removed change logs for the above too --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent d0bcc40 commit c6c5d76

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

packages/amazonq/.changes/next-release/Feature-a0140eaf-abe8-43ae-9ea1-f0b1afcbc962.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/amazonq/src/lsp/client.ts

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

0 commit comments

Comments
 (0)