Skip to content

Commit 694bbb8

Browse files
authored
feat: added icons to help and clear action (#942)
1 parent ef89fdf commit 694bbb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/aws-lsp-codewhisperer/src/language-server/chat/quickActions.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ export enum QuickAction {
66
export const HELP_QUICK_ACTION = {
77
command: QuickAction.Help,
88
description: 'Learn more about Amazon Q',
9+
icon: 'help',
910
}
1011

1112
export const CLEAR_QUICK_ACTION = {
1213
command: QuickAction.Clear,
1314
description: 'Clear this session',
15+
icon: 'trash',
1416
}

0 commit comments

Comments
 (0)