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 634587c commit 18b2a18Copy full SHA for 18b2a18
server/aws-lsp-codewhisperer/src/language-server/agenticChat/agenticChatController.ts
@@ -1247,12 +1247,14 @@ export class AgenticChatController implements ChatHandlers {
1247
]
1248
: []
1249
header = {
1250
- status: {
1251
- icon: 'warning',
1252
- status: 'warning',
1253
- position: 'left',
1254
- // TODO: Add `description` if necessary to show a tooltip
1255
- },
+ status: requiresAcceptance
+ ? {
+ icon: 'warning',
+ status: 'warning',
+ position: 'left',
+ // TODO: Add `description` if necessary to show a tooltip
1256
+ }
1257
+ : {},
1258
body: 'shell',
1259
buttons,
1260
}
0 commit comments