|
442 | 442 | }, |
443 | 443 | { |
444 | 444 | "command": "aws.amazonq.openSecurityIssuePanel", |
| 445 | + "when": "false && view == aws.amazonq.SecurityIssuesTree && (viewItem == issueWithoutFix || viewItem == issueWithFix || viewItem == issueWithFixDisabled)", |
| 446 | + "group": "inline@4" |
| 447 | + }, |
| 448 | + { |
| 449 | + "command": "aws.amazonq.security.explain", |
445 | 450 | "when": "view == aws.amazonq.SecurityIssuesTree && (viewItem == issueWithoutFix || viewItem == issueWithFix || viewItem == issueWithFixDisabled)", |
446 | 451 | "group": "inline@4" |
447 | 452 | }, |
|
452 | 457 | }, |
453 | 458 | { |
454 | 459 | "command": "aws.amazonq.security.generateFix", |
455 | | - "when": "view == aws.amazonq.SecurityIssuesTree && viewItem == issueWithoutFix", |
| 460 | + "when": "false && view == aws.amazonq.SecurityIssuesTree && viewItem == issueWithoutFix", |
456 | 461 | "group": "inline@6" |
457 | 462 | }, |
458 | 463 | { |
|
535 | 540 | "aws.amazonq.submenu.securityIssueMoreActions": [ |
536 | 541 | { |
537 | 542 | "command": "aws.amazonq.security.explain", |
| 543 | + "when": "false", |
538 | 544 | "group": "1_more@1" |
539 | 545 | }, |
540 | 546 | { |
541 | 547 | "command": "aws.amazonq.applySecurityFix", |
542 | | - "when": "view == aws.amazonq.SecurityIssuesTree && viewItem == issueWithFix", |
| 548 | + "when": "false && view == aws.amazonq.SecurityIssuesTree && viewItem == issueWithFix", |
543 | 549 | "group": "1_more@3" |
544 | 550 | }, |
545 | 551 | { |
546 | 552 | "command": "aws.amazonq.security.regenerateFix", |
547 | | - "when": "view == aws.amazonq.SecurityIssuesTree && viewItem == issueWithFix", |
| 553 | + "when": "false && view == aws.amazonq.SecurityIssuesTree && viewItem == issueWithFix", |
548 | 554 | "group": "1_more@4" |
549 | 555 | }, |
550 | 556 | { |
|
778 | 784 | { |
779 | 785 | "command": "aws.amazonq.security.explain", |
780 | 786 | "title": "%AWS.command.amazonq.explainIssue%", |
| 787 | + "icon": "$(search)", |
781 | 788 | "enablement": "view == aws.amazonq.SecurityIssuesTree" |
782 | 789 | }, |
783 | 790 | { |
|
0 commit comments