Skip to content

Commit 1d9064f

Browse files
authored
fix(amazonq): Minor string change in quickActionCommands for /test (aws#7246)
## Problem - IDE shows `Generate unit tests (python & java) for selected code` in quick actions but Q supports all the languages. ## Solution - Made change accordingly. ![image](https://github.com/user-attachments/assets/fc0a0967-ebdd-471b-b7d6-8889c81da075) --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent bb11bd9 commit 1d9064f

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/amazonq/webview/ui/quickActions

1 file changed

+1
-1
lines changed

packages/core/src/amazonq/webview/ui/quickActions/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class QuickActionGenerator {
6060
command: '/test',
6161
icon: MynahIcons.CHECK_LIST,
6262
placeholder: 'Specify a function(s) in the current file (optional)',
63-
description: 'Generate unit tests (python & java) for selected code',
63+
description: 'Generate unit tests for selected code',
6464
},
6565
]
6666
: []),

0 commit comments

Comments
 (0)