Skip to content

Commit 86600cb

Browse files
committed
feat: added icons to help and clear action
1 parent 0435c80 commit 86600cb

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: 'asterisk',
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)