Skip to content

Commit

Permalink
Merge master into feature/emr
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Feb 3, 2025
2 parents 753762e + 0c03a1a commit 74703f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "Bug Fix",
"description": "/test placeholder text aligned across IDEs"
}
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,7 @@ export class TestController {
if (session.tabID) {
getLogger().debug('Setting input state with tabID: %s', session.tabID)
this.messenger.sendChatInputEnabled(session.tabID, true)
this.messenger.sendUpdatePlaceholder(session.tabID, '/test Generate unit tests') // TODO: Change according to the UX
this.messenger.sendUpdatePlaceholder(session.tabID, 'Enter "/" for quick actions')
}
getLogger().debug(
'Deleting output.log and temp result directory. testGenerationLogsDir: %s',
Expand Down

0 comments on commit 74703f7

Please sign in to comment.