|
2 | 2 | "name": "amazon-q-vscode", |
3 | 3 | "displayName": "Amazon Q", |
4 | 4 | "description": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI", |
5 | | - "version": "1.55.0-SNAPSHOT", |
| 5 | + "version": "1.60.0-SNAPSHOT", |
6 | 6 | "extensionKind": [ |
7 | 7 | "workspace" |
8 | 8 | ], |
|
127 | 127 | "amazonQWorkspaceLspManifestMessage": { |
128 | 128 | "type": "boolean", |
129 | 129 | "default": false |
| 130 | + }, |
| 131 | + "amazonQChatDisclaimer": { |
| 132 | + "type": "boolean", |
| 133 | + "default": false |
130 | 134 | } |
131 | 135 | }, |
132 | 136 | "additionalProperties": false |
|
357 | 361 | "when": "view =~ /^aws\\.amazonq/", |
358 | 362 | "group": "1_amazonQ@1" |
359 | 363 | }, |
| 364 | + { |
| 365 | + "command": "aws.amazonq.selectRegionProfile", |
| 366 | + "when": "view == aws.amazonq.AmazonQChatView && aws.amazonq.connectedSsoIdc == true", |
| 367 | + "group": "1_amazonQ@1" |
| 368 | + }, |
360 | 369 | { |
361 | 370 | "command": "aws.amazonq.signout", |
362 | 371 | "when": "(view == aws.amazonq.AmazonQChatView) && aws.codewhisperer.connected && !aws.isSageMakerUnifiedStudio", |
|
434 | 443 | }, |
435 | 444 | { |
436 | 445 | "command": "aws.amazonq.generateUnitTests", |
| 446 | + "when": "!aws.isSageMaker", |
437 | 447 | "group": "cw_chat@5" |
438 | 448 | }, |
439 | 449 | { |
|
469 | 479 | }, |
470 | 480 | { |
471 | 481 | "command": "aws.amazonq.exploreAgents", |
| 482 | + "when": "!aws.isSageMaker", |
472 | 483 | "group": "1_help@2" |
473 | 484 | }, |
474 | 485 | { |
|
523 | 534 | "command": "aws.amazonq.security.scan-statusbar", |
524 | 535 | "title": "%AWS.command.amazonq.security.scan%", |
525 | 536 | "category": "%AWS.amazonq.title%", |
526 | | - "enablement": "aws.codewhisperer.connected" |
| 537 | + "enablement": "aws.codewhisperer.connected && !aws.isSageMaker" |
527 | 538 | }, |
528 | 539 | { |
529 | 540 | "command": "aws.amazonq.refactorCode", |
|
553 | 564 | "command": "aws.amazonq.generateUnitTests", |
554 | 565 | "title": "%AWS.command.amazonq.generateUnitTests%", |
555 | 566 | "category": "%AWS.amazonq.title%", |
556 | | - "enablement": "aws.codewhisperer.connected" |
| 567 | + "enablement": "aws.codewhisperer.connected && !aws.isSageMaker" |
557 | 568 | }, |
558 | 569 | { |
559 | 570 | "command": "aws.amazonq.reconnect", |
|
567 | 578 | "category": "%AWS.amazonq.title%", |
568 | 579 | "enablement": "aws.codewhisperer.connected" |
569 | 580 | }, |
| 581 | + { |
| 582 | + "command": "aws.amazonq.selectRegionProfile", |
| 583 | + "title": "Change Profile", |
| 584 | + "category": "%AWS.amazonq.title%", |
| 585 | + "enablement": "aws.codewhisperer.connected" |
| 586 | + }, |
570 | 587 | { |
571 | 588 | "command": "aws.amazonq.transformationHub.reviewChanges.acceptChanges", |
572 | 589 | "title": "%AWS.command.q.transform.acceptChanges%" |
|
757 | 774 | "command": "aws.amazonq.exploreAgents", |
758 | 775 | "title": "%AWS.amazonq.exploreAgents%", |
759 | 776 | "category": "%AWS.amazonq.title%", |
760 | | - "enablement": "aws.codewhisperer.connected" |
| 777 | + "enablement": "aws.codewhisperer.connected && !aws.isSageMaker" |
761 | 778 | }, |
762 | 779 | { |
763 | 780 | "command": "aws.amazonq.walkthrough.show", |
|
0 commit comments