|
434 | 434 | }, |
435 | 435 | { |
436 | 436 | "command": "aws.amazonq.generateUnitTests", |
| 437 | + "when": "!aws.isSageMaker", |
437 | 438 | "group": "cw_chat@5" |
438 | 439 | }, |
439 | 440 | { |
|
469 | 470 | }, |
470 | 471 | { |
471 | 472 | "command": "aws.amazonq.exploreAgents", |
| 473 | + "when": "!aws.isSageMaker", |
472 | 474 | "group": "1_help@2" |
473 | 475 | }, |
474 | 476 | { |
|
523 | 525 | "command": "aws.amazonq.security.scan-statusbar", |
524 | 526 | "title": "%AWS.command.amazonq.security.scan%", |
525 | 527 | "category": "%AWS.amazonq.title%", |
526 | | - "enablement": "aws.codewhisperer.connected" |
| 528 | + "enablement": "aws.codewhisperer.connected && !aws.isSageMaker" |
527 | 529 | }, |
528 | 530 | { |
529 | 531 | "command": "aws.amazonq.refactorCode", |
|
553 | 555 | "command": "aws.amazonq.generateUnitTests", |
554 | 556 | "title": "%AWS.command.amazonq.generateUnitTests%", |
555 | 557 | "category": "%AWS.amazonq.title%", |
556 | | - "enablement": "aws.codewhisperer.connected" |
| 558 | + "enablement": "aws.codewhisperer.connected && !aws.isSageMaker" |
557 | 559 | }, |
558 | 560 | { |
559 | 561 | "command": "aws.amazonq.reconnect", |
|
757 | 759 | "command": "aws.amazonq.exploreAgents", |
758 | 760 | "title": "%AWS.amazonq.exploreAgents%", |
759 | 761 | "category": "%AWS.amazonq.title%", |
760 | | - "enablement": "aws.codewhisperer.connected" |
| 762 | + "enablement": "aws.codewhisperer.connected && !aws.isSageMaker" |
761 | 763 | }, |
762 | 764 | { |
763 | 765 | "command": "aws.amazonq.walkthrough.show", |
|
0 commit comments