We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0435c80 commit 86600cbCopy full SHA for 86600cb
server/aws-lsp-codewhisperer/src/language-server/chat/quickActions.ts
@@ -6,9 +6,11 @@ export enum QuickAction {
6
export const HELP_QUICK_ACTION = {
7
command: QuickAction.Help,
8
description: 'Learn more about Amazon Q',
9
+ icon: 'asterisk',
10
}
11
12
export const CLEAR_QUICK_ACTION = {
13
command: QuickAction.Clear,
14
description: 'Clear this session',
15
+ icon: 'trash',
16
0 commit comments