Skip to content

Commit dfdf377

Browse files
fix(amazonq): fix issue with casing
1 parent 9b51191 commit dfdf377

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: false,
171+
codeReviewInChat: false,
172172
},
173173
window: {
174174
notifications: true,

packages/core/src/codewhisperer/models/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,4 +907,4 @@ export const predictionTrackerDefaultConfig = {
907907
maxSupplementalContext: 15,
908908
}
909909

910-
export const findingsSuffix = '_CodeReviewFindings'
910+
export const findingsSuffix = '_codeReviewFindings'

0 commit comments

Comments
 (0)