Commit 8e00eef
authored
fix(chat): Use shell icon in shell command header (#6974)
Remove static response string for shell command reject
## Problem
- Use shell icon in shell command header
- Remove static response string for shell command reject
## Solution

---
- 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 e9cfe3a commit 8e00eef
File tree
3 files changed
+4
-16
lines changed- packages/core/src
- amazonq/webview/ui/apps
- codewhispererChat/controllers/chat
- messenger
3 files changed
+4
-16
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
815 | | - | |
816 | 815 | | |
817 | | - | |
818 | | - | |
819 | 816 | | |
820 | 817 | | |
821 | 818 | | |
| |||
Lines changed: 2 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 72 | + | |
78 | 73 | | |
79 | 74 | | |
80 | 75 | | |
| |||
555 | 550 | | |
556 | 551 | | |
557 | 552 | | |
558 | | - | |
| 553 | + | |
559 | 554 | | |
560 | 555 | | |
561 | 556 | | |
| |||
676 | 671 | | |
677 | 672 | | |
678 | 673 | | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | | - | |
683 | 674 | | |
684 | 675 | | |
685 | 676 | | |
| |||
0 commit comments