Skip to content

Commit bef3128

Browse files
Merge master into feature/sdkv3
2 parents b1d4ab7 + 0c03a1a commit bef3128

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": "Bug Fix",
3+
"description": "/test placeholder text aligned across IDEs"
4+
}

packages/core/src/amazonqTest/chat/controller/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ export class TestController {
13171317
if (session.tabID) {
13181318
getLogger().debug('Setting input state with tabID: %s', session.tabID)
13191319
this.messenger.sendChatInputEnabled(session.tabID, true)
1320-
this.messenger.sendUpdatePlaceholder(session.tabID, '/test Generate unit tests') // TODO: Change according to the UX
1320+
this.messenger.sendUpdatePlaceholder(session.tabID, 'Enter "/" for quick actions')
13211321
}
13221322
getLogger().debug(
13231323
'Deleting output.log and temp result directory. testGenerationLogsDir: %s',

0 commit comments

Comments
 (0)