Skip to content

Commit 3ecbcc5

Browse files
committed
config(amazonq): disable auto-review by default
1 parent 0288f4d commit 3ecbcc5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Removal",
3+
"description": "disable auto-review by default"
4+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ export class CodeScansState {
280280
return (this.#instance ??= new this())
281281
}
282282

283-
protected constructor(fallback: boolean = true) {
283+
protected constructor(fallback: boolean = false) {
284284
this.#fallback = fallback
285285
}
286286

0 commit comments

Comments
 (0)