|
388 | 388 | "when": "view == aws.amazonq.AmazonQChatView",
|
389 | 389 | "group": "0_topAmazonQ@1"
|
390 | 390 | },
|
391 |
| - { |
392 |
| - "command": "aws.amazonq.learnMore", |
393 |
| - "when": "view =~ /^aws\\.amazonq/", |
394 |
| - "group": "1_amazonQ@1" |
395 |
| - }, |
396 | 391 | {
|
397 | 392 | "command": "aws.amazonq.selectRegionProfile",
|
398 | 393 | "when": "view == aws.amazonq.AmazonQChatView && aws.amazonq.connectedSsoIdc == true",
|
399 | 394 | "group": "1_amazonQ@1"
|
400 | 395 | },
|
| 396 | + { |
| 397 | + "command": "aws.amazonq.manageSubscription", |
| 398 | + "when": "(view == aws.amazonq.AmazonQChatView) && aws.codewhisperer.connected", |
| 399 | + "group": "1_amazonQ@2" |
| 400 | + }, |
| 401 | + { |
| 402 | + "command": "aws.amazonq.learnMore", |
| 403 | + "when": "view =~ /^aws\\.amazonq/", |
| 404 | + "group": "1_amazonQ@3" |
| 405 | + }, |
401 | 406 | {
|
402 | 407 | "command": "aws.amazonq.signout",
|
403 | 408 | "when": "(view == aws.amazonq.AmazonQChatView) && aws.codewhisperer.connected && !aws.isSageMakerUnifiedStudio",
|
|
679 | 684 | "category": "%AWS.amazonq.title%",
|
680 | 685 | "icon": "$(question)"
|
681 | 686 | },
|
| 687 | + { |
| 688 | + "command": "aws.amazonq.manageSubscription", |
| 689 | + "title": "%AWS.command.manageSubscription%", |
| 690 | + "category": "%AWS.amazonq.title%", |
| 691 | + "icon": "$(gear)", |
| 692 | + "enablement": "aws.codewhisperer.connected && !aws.amazonq.connectedSsoIdc" |
| 693 | + }, |
682 | 694 | {
|
683 | 695 | "command": "aws.amazonq.signout",
|
684 | 696 | "title": "%AWS.command.codewhisperer.signout%",
|
|
0 commit comments