Skip to content

Commit f7f98bc

Browse files
committed
align placeholder text across IDEs
1 parent 86cd492 commit f7f98bc

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
@@ -1310,7 +1310,7 @@ export class TestController {
13101310
if (session.tabID) {
13111311
getLogger().debug('Setting input state with tabID: %s', session.tabID)
13121312
this.messenger.sendChatInputEnabled(session.tabID, true)
1313-
this.messenger.sendUpdatePlaceholder(session.tabID, '/test Generate unit tests') // TODO: Change according to the UX
1313+
this.messenger.sendUpdatePlaceholder(session.tabID, 'Enter "/" for quick actions') // TODO: Change according to the UX
13141314
}
13151315
getLogger().debug(
13161316
'Deleting output.log and temp result directory. testGenerationLogsDir: %s',

0 commit comments

Comments
 (0)