Skip to content

Commit 82c9524

Browse files
authored
Merge pull request #1577 from jpinkney-aws/jpinkney-aws/remove-yes
fix: Remove moving to codegen with yes/ya, etc
2 parents 3c41112 + 0da91a3 commit 82c9524

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/amazonqFeatureDev/controllers/chat/controller.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,6 @@ export class FeatureDevController {
198198
return
199199
}
200200

201-
if (session.state.phase === 'Approach' && /yes|ya|y|yeah|ok/i.test(message.message)) {
202-
return this.writeCodeClicked(message)
203-
}
204-
205201
switch (session.state.phase) {
206202
case 'Init':
207203
case 'Approach':

0 commit comments

Comments
 (0)