|
188 | 188 | }, |
189 | 189 | "views": { |
190 | 190 | "amazonq": [ |
| 191 | + { |
| 192 | + "id": "aws.amazonq.announcements", |
| 193 | + "name": "%AWS.announcements.title%", |
| 194 | + "when": "!isCloud9 && !aws.isSageMaker && aws.amazonq.showAnnouncements" |
| 195 | + }, |
191 | 196 | { |
192 | 197 | "type": "webview", |
193 | 198 | "id": "aws.amazonq.AmazonCommonAuth", |
|
228 | 233 | ] |
229 | 234 | }, |
230 | 235 | "viewsWelcome": [ |
| 236 | + { |
| 237 | + "view": "aws.amazonq.announcements", |
| 238 | + "contents": "Urgent announcement:\n[Go Goated](stuff)", |
| 239 | + "when": "!isCloud9 && !aws.isSageMaker && aws.amazonq.showAnnouncements" |
| 240 | + }, |
231 | 241 | { |
232 | 242 | "view": "aws.amazonq.transformationProposedChangesTree", |
233 | 243 | "contents": "Project transformation is complete.\n[Download Proposed Changes](command:aws.amazonq.transformationHub.reviewChanges.startReview)", |
|
370 | 380 | "group": "cw_chat" |
371 | 381 | } |
372 | 382 | ], |
| 383 | + "view/item/context": [ |
| 384 | + { |
| 385 | + "command": "aws.amazonq.dismissNotification", |
| 386 | + "when": "viewItem == awsAmazonQWhatsNew", |
| 387 | + "group": "inline@1" |
| 388 | + } |
| 389 | + ], |
373 | 390 | "aws.amazonq.submenu.feedback": [ |
374 | 391 | { |
375 | 392 | "command": "aws.amazonq.submitFeedback", |
|
397 | 414 | ] |
398 | 415 | }, |
399 | 416 | "commands": [ |
| 417 | + { |
| 418 | + "command": "aws.amazonq.dismissNotification", |
| 419 | + "title": "Dismiss", |
| 420 | + "category": "%AWS.title%", |
| 421 | + "enablement": "isCloud9 || !aws.isWebExtHost", |
| 422 | + "icon": "$(remove-close)" |
| 423 | + }, |
400 | 424 | { |
401 | 425 | "command": "aws.amazonq.explainCode", |
402 | 426 | "title": "%AWS.command.amazonq.explainCode%", |
403 | 427 | "category": "%AWS.amazonq.title%", |
404 | 428 | "enablement": "aws.codewhisperer.connected" |
405 | 429 | }, |
| 430 | + { |
| 431 | + "command": "aws.amazonq.sendEmergency", |
| 432 | + "title": "DEBUG: Send Emergency Notification", |
| 433 | + "category": "%AWS.amazonq.title%" |
| 434 | + }, |
| 435 | + { |
| 436 | + "command": "aws.amazonq.sendWhatsNew", |
| 437 | + "title": "DEBUG: Send Whats New Notification", |
| 438 | + "category": "%AWS.amazonq.title%" |
| 439 | + }, |
406 | 440 | { |
407 | 441 | "command": "aws.amazonq.security.scan", |
408 | 442 | "title": "%AWS.command.amazonq.security.scan%", |
|
0 commit comments