We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b51191 commit dfdf377Copy full SHA for dfdf377
packages/amazonq/src/lsp/client.ts
@@ -168,7 +168,7 @@ export async function startLanguageServer(
168
reroute: true,
169
modelSelection: true,
170
workspaceFilePath: vscode.workspace.workspaceFile?.fsPath,
171
- CodeReviewInChat: false,
+ codeReviewInChat: false,
172
},
173
window: {
174
notifications: true,
packages/core/src/codewhisperer/models/constants.ts
@@ -907,4 +907,4 @@ export const predictionTrackerDefaultConfig = {
907
maxSupplementalContext: 15,
908
}
909
910
-export const findingsSuffix = '_CodeReviewFindings'
+export const findingsSuffix = '_codeReviewFindings'
0 commit comments