Skip to content

Commit 168a865

Browse files
authored
fix(chat): tooltip for pair programmer (aws#7087)
## Problem - we want different tooltip when pair programmer is on vs off ## Solution <img width="442" alt="Screenshot 2025-04-17 at 1 30 54 PM" src="https://github.com/user-attachments/assets/fdda5d12-c3ef-4a89-9731-4c13e401e45f" /> <img width="436" alt="Screenshot 2025-04-17 at 1 31 00 PM" src="https://github.com/user-attachments/assets/28e76bfe-9293-4cb1-be2f-23d51ed75f73" /> --- - 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 22ad5e5 commit 168a865

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ Enter \`/\` to view quick actions. Use \`@\` to add saved prompts, files, folder
115115
{
116116
type: 'switch',
117117
id: 'pair-programmer-mode',
118-
tooltip: 'Enable or disable Pair Programmer',
118+
tooltip: 'Turn off for read only responses',
119+
alternateTooltip: 'Turn on to allow Q to run commands and generate code diffs',
119120
value: 'true',
120121
icon: 'code-block',
121122
},

0 commit comments

Comments
 (0)