|
18 | 18 | "qna": false, |
19 | 19 | "activationEvents": [ |
20 | 20 | "onStartupFinished", |
21 | | - "onUri" |
| 21 | + "onUri", |
| 22 | + "onCommand:aws.amazonq.accept", |
| 23 | + "onView:aws.codeWhisperer.securityPanel" |
22 | 24 | ], |
23 | 25 | "main": "./dist/src/extension", |
24 | 26 | "scripts": { |
|
229 | 231 | "menus": { |
230 | 232 | "commandPalette": [ |
231 | 233 | { |
232 | | - "command": "aws.codewhisperer.signout", |
| 234 | + "command": "aws.amazonq.signout", |
233 | 235 | "when": "false" |
234 | 236 | }, |
235 | 237 | { |
236 | | - "command": "aws.codewhisperer.reconnect", |
| 238 | + "command": "aws.amazonq.reconnect", |
237 | 239 | "when": "false" |
238 | 240 | }, |
239 | 241 | { |
240 | | - "command": "aws.codeWhisperer.openReferencePanel", |
| 242 | + "command": "aws.amazonq.openReferencePanel", |
241 | 243 | "when": "false" |
242 | 244 | }, |
243 | 245 | { |
|
313 | 315 | "group": "navigation@2" |
314 | 316 | }, |
315 | 317 | { |
316 | | - "command": "aws.codeWhisperer.openReferencePanel", |
| 318 | + "command": "aws.amazonq.openReferencePanel", |
317 | 319 | "when": "view == aws.AmazonQChatView", |
318 | 320 | "group": "0_topAmazonQ@1" |
319 | 321 | }, |
|
323 | 325 | "group": "1_amazonQ@1" |
324 | 326 | }, |
325 | 327 | { |
326 | | - "command": "aws.codewhisperer.signout", |
| 328 | + "command": "aws.amazonq.signout", |
327 | 329 | "when": "(view == aws.AmazonQChatView) && aws.codewhisperer.connected", |
328 | 330 | "group": "2_amazonQ@4" |
329 | 331 | }, |
330 | 332 | { |
331 | | - "command": "aws.codewhisperer.reconnect", |
| 333 | + "command": "aws.amazonq.reconnect", |
332 | 334 | "when": "(view == aws.AmazonQChatView) && aws.codewhisperer.connectionExpired", |
333 | 335 | "group": "2_amazonQ@3" |
334 | 336 | }, |
|
402 | 404 | { |
403 | 405 | "command": "aws.amazonq.explainCode", |
404 | 406 | "title": "%AWS.command.amazonq.explainCode%", |
405 | | - "category": "%AWS.title%" |
| 407 | + "category": "%AWS.amazonq.productName%" |
406 | 408 | }, |
407 | 409 | { |
408 | 410 | "command": "aws.amazonq.refactorCode", |
409 | 411 | "title": "%AWS.command.amazonq.refactorCode%", |
410 | | - "category": "%AWS.title%" |
| 412 | + "category": "%AWS.amazonq.productName%" |
411 | 413 | }, |
412 | 414 | { |
413 | 415 | "command": "aws.amazonq.fixCode", |
414 | 416 | "title": "%AWS.command.amazonq.fixCode%", |
415 | | - "category": "%AWS.title%" |
| 417 | + "category": "%AWS.amazonq.productName%" |
416 | 418 | }, |
417 | 419 | { |
418 | 420 | "command": "aws.amazonq.optimizeCode", |
419 | 421 | "title": "%AWS.command.amazonq.optimizeCode%", |
420 | | - "category": "%AWS.title%" |
| 422 | + "category": "%AWS.amazonq.productName%" |
421 | 423 | }, |
422 | 424 | { |
423 | 425 | "command": "aws.amazonq.sendToPrompt", |
424 | 426 | "title": "%AWS.command.amazonq.sendToPrompt%", |
425 | | - "category": "%AWS.title%" |
| 427 | + "category": "%AWS.amazonq.productName%" |
426 | 428 | }, |
427 | 429 | { |
428 | 430 | "command": "aws.amazonq.login", |
429 | 431 | "title": "%AWS.command.login%", |
430 | | - "category": "%AWS.title%", |
| 432 | + "category": "%AWS.amazonq.productName%", |
431 | 433 | "cloud9": { |
432 | 434 | "cn": { |
433 | 435 | "title": "%AWS.command.login.cn%", |
434 | | - "category": "%AWS.title.cn%" |
| 436 | + "category": "%AWS.amazonq.productName.cn%" |
435 | 437 | } |
436 | 438 | }, |
437 | 439 | "enablement": "false" |
438 | 440 | }, |
439 | 441 | { |
440 | 442 | "command": "aws.amazonq.credentials.profile.create", |
441 | 443 | "title": "%AWS.command.credentials.profile.create%", |
442 | | - "category": "%AWS.title%", |
| 444 | + "category": "%AWS.amazonq.productName%", |
443 | 445 | "cloud9": { |
444 | 446 | "cn": { |
445 | | - "category": "%AWS.title.cn%" |
| 447 | + "category": "%AWS.amazonq.productName.cn%" |
446 | 448 | } |
447 | 449 | }, |
448 | 450 | "enablement": "false" |
449 | 451 | }, |
450 | 452 | { |
451 | 453 | "command": "aws.amazonq.credentials.edit", |
452 | 454 | "title": "%AWS.command.credentials.edit%", |
453 | | - "category": "%AWS.title%", |
| 455 | + "category": "%AWS.amazonq.productName%", |
454 | 456 | "cloud9": { |
455 | 457 | "cn": { |
456 | | - "category": "%AWS.title.cn%" |
| 458 | + "category": "%AWS.amazonq.productName.cn%" |
457 | 459 | } |
458 | 460 | }, |
459 | 461 | "enablement": "false" |
460 | 462 | }, |
461 | 463 | { |
462 | 464 | "command": "aws.amazonq.logout", |
463 | 465 | "title": "%AWS.command.logout%", |
464 | | - "category": "%AWS.title%", |
| 466 | + "category": "%AWS.amazonq.productName%", |
465 | 467 | "cloud9": { |
466 | 468 | "cn": { |
467 | | - "category": "%AWS.title.cn%" |
| 469 | + "category": "%AWS.amazonq.productName.cn%" |
468 | 470 | } |
469 | 471 | }, |
470 | 472 | "enablement": "false" |
471 | 473 | }, |
472 | 474 | { |
473 | 475 | "command": "aws.amazonq.auth.addConnection", |
474 | 476 | "title": "%AWS.command.auth.addConnection%", |
475 | | - "category": "%AWS.title%" |
| 477 | + "category": "%AWS.amazonq.productName%" |
476 | 478 | }, |
477 | 479 | { |
478 | 480 | "command": "aws.amazonq.auth.manageConnections", |
479 | 481 | "title": "%AWS.command.auth.showConnectionsPage%", |
480 | | - "category": "%AWS.title%" |
| 482 | + "category": "%AWS.amazonq.productName%" |
481 | 483 | }, |
482 | 484 | { |
483 | | - "command": "aws.codewhisperer.reconnect", |
| 485 | + "command": "aws.amazonq.reconnect", |
484 | 486 | "title": "%AWS.command.codewhisperer.reconnect%", |
485 | | - "category": "%AWS.title%" |
| 487 | + "category": "%AWS.amazonq.productName%" |
486 | 488 | }, |
487 | 489 | { |
488 | | - "command": "aws.codeWhisperer.openReferencePanel", |
| 490 | + "command": "aws.amazonq.openReferencePanel", |
489 | 491 | "title": "%AWS.command.codewhisperer.openReferencePanel%", |
490 | | - "category": "%AWS.title%" |
| 492 | + "category": "%AWS.amazonq.productName%" |
491 | 493 | }, |
492 | 494 | { |
493 | 495 | "command": "aws.amazonq.transformationHub.reviewChanges.acceptChanges", |
|
515 | 517 | { |
516 | 518 | "command": "aws.amazonq.auth.switchConnections", |
517 | 519 | "title": "%AWS.command.auth.switchConnections%", |
518 | | - "category": "%AWS.title%" |
| 520 | + "category": "%AWS.amazonq.productName%" |
519 | 521 | }, |
520 | 522 | { |
521 | 523 | "command": "aws.amazonq.auth.signout", |
522 | 524 | "title": "%AWS.command.auth.signout%", |
523 | | - "category": "%AWS.title%", |
| 525 | + "category": "%AWS.amazonq.productName%", |
524 | 526 | "enablement": "!isCloud9" |
525 | 527 | }, |
526 | 528 | { |
527 | 529 | "command": "aws.amazonq.auth.help", |
528 | 530 | "title": "%AWS.generic.viewDocs%", |
529 | | - "category": "%AWS.title%", |
| 531 | + "category": "%AWS.amazonq.productName%", |
530 | 532 | "icon": "$(question)" |
531 | 533 | }, |
532 | 534 | { |
533 | 535 | "command": "aws.amazonq.createIssueOnGitHub", |
534 | 536 | "title": "%AWS.command.createIssueOnGitHub%", |
535 | | - "category": "%AWS.title%", |
| 537 | + "category": "%AWS.amazonq.productName%", |
536 | 538 | "cloud9": { |
537 | 539 | "cn": { |
538 | | - "category": "%AWS.title.cn%" |
| 540 | + "category": "%AWS.amazonq.productName.cn%" |
539 | 541 | } |
540 | 542 | } |
541 | 543 | }, |
542 | 544 | { |
543 | 545 | "command": "aws.amazonq.submitFeedback", |
544 | 546 | "title": "%AWS.command.submitFeedback%", |
545 | 547 | "enablement": "!aws.isWebExtHost", |
546 | | - "category": "%AWS.title%", |
| 548 | + "category": "%AWS.amazonq.productName%", |
547 | 549 | "icon": "$(comment)", |
548 | 550 | "cloud9": { |
549 | 551 | "cn": { |
550 | | - "category": "%AWS.title.cn%" |
| 552 | + "category": "%AWS.amazonq.productName.cn%" |
551 | 553 | } |
552 | 554 | } |
553 | 555 | }, |
554 | 556 | { |
555 | 557 | "command": "aws.amazonq.viewLogs", |
556 | 558 | "title": "%AWS.command.viewLogs%", |
557 | | - "category": "%AWS.title%" |
| 559 | + "category": "%AWS.amazonq.productName%" |
558 | 560 | }, |
559 | 561 | { |
560 | 562 | "command": "aws.amazonq.github", |
561 | 563 | "title": "%AWS.command.github%", |
562 | | - "category": "%AWS.title%", |
| 564 | + "category": "%AWS.amazonq.productName%", |
563 | 565 | "cloud9": { |
564 | 566 | "cn": { |
565 | | - "category": "%AWS.title.cn%" |
| 567 | + "category": "%AWS.amazonq.productName.cn%" |
566 | 568 | } |
567 | 569 | } |
568 | 570 | }, |
569 | 571 | { |
570 | 572 | "command": "aws.amazonq.aboutExtension", |
571 | 573 | "title": "%AWS.command.aboutToolkit%", |
572 | | - "category": "%AWS.title%" |
| 574 | + "category": "%AWS.amazonq.productName%" |
573 | 575 | }, |
574 | 576 | { |
575 | | - "command": "aws.codeWhisperer", |
| 577 | + "command": "aws.amazonq.invokeInlineCompletion", |
576 | 578 | "title": "%AWS.command.codewhisperer.title%", |
577 | | - "category": "%AWS.title%" |
| 579 | + "category": "%AWS.amazonq.productName%" |
578 | 580 | }, |
579 | 581 | { |
580 | | - "command": "aws.codeWhisperer.configure", |
| 582 | + "command": "aws.amazonq.configure", |
581 | 583 | "title": "%AWS.command.codewhisperer.configure%", |
582 | | - "category": "%AWS.title%", |
| 584 | + "category": "%AWS.amazonq.productName%", |
583 | 585 | "icon": "$(gear)", |
584 | 586 | "cloud9": { |
585 | 587 | "cn": { |
586 | | - "category": "%AWS.title.cn%" |
| 588 | + "category": "%AWS.amazonq.productName.cn%" |
587 | 589 | } |
588 | 590 | } |
589 | 591 | }, |
590 | 592 | { |
591 | | - "command": "aws.codeWhisperer.introduction", |
| 593 | + "command": "aws.amazonq.introduction", |
592 | 594 | "title": "%AWS.command.codewhisperer.introduction%", |
593 | | - "category": "%AWS.title%", |
| 595 | + "category": "%AWS.amazonq.productName%", |
594 | 596 | "icon": "$(question)", |
595 | 597 | "cloud9": { |
596 | 598 | "cn": { |
597 | | - "category": "%AWS.title.cn%" |
| 599 | + "category": "%AWS.amazonq.productName.cn%" |
598 | 600 | } |
599 | 601 | } |
600 | 602 | }, |
601 | 603 | { |
602 | | - "command": "aws.codewhisperer.signout", |
| 604 | + "command": "aws.amazonq.signout", |
603 | 605 | "title": "%AWS.command.codewhisperer.signout%", |
604 | | - "category": "%AWS.title%", |
| 606 | + "category": "%AWS.amazonq.productName%", |
605 | 607 | "icon": "$(debug-disconnect)" |
606 | 608 | }, |
607 | 609 | { |
608 | 610 | "command": "aws.amazonq.learnMore", |
609 | 611 | "title": "%AWS.amazonq.learnMore%", |
610 | | - "category": "%AWS.title%" |
| 612 | + "category": "%AWS.amazonq.productName%" |
611 | 613 | }, |
612 | 614 | { |
613 | 615 | "command": "aws.amazonq.welcome", |
614 | 616 | "title": "%AWS.command.q.welcome%", |
615 | | - "category": "%AWS.title%" |
| 617 | + "category": "%AWS.amazonq.productName%" |
616 | 618 | }, |
617 | 619 | { |
618 | 620 | "command": "aws.dev.openMenu", |
|
689 | 691 | "linux": "meta+alt+q" |
690 | 692 | }, |
691 | 693 | { |
692 | | - "command": "aws.codeWhisperer", |
| 694 | + "command": "aws.amazonq.invokeInlineCompletion", |
693 | 695 | "key": "alt+c", |
694 | 696 | "mac": "alt+c", |
695 | 697 | "when": "editorTextFocus && aws.codewhisperer.connected || isCloud9 && editorTextFocus" |
696 | 698 | }, |
697 | 699 | { |
698 | | - "command": "aws.codeWhisperer.rejectCodeSuggestion", |
| 700 | + "command": "aws.amazonq.rejectCodeSuggestion", |
699 | 701 | "key": "escape", |
700 | 702 | "mac": "escape", |
701 | 703 | "when": "inlineSuggestionVisible && !editorReadonly && aws.codewhisperer.connected || isCloud9 && suggestWidgetVisible && !editorReadonly" |
702 | 704 | }, |
703 | 705 | { |
704 | | - "command": "aws.codeWhisperer.dismissTutorial", |
| 706 | + "command": "aws.amazonq.dismissTutorial", |
705 | 707 | "key": "escape", |
706 | 708 | "mac": "escape", |
707 | 709 | "when": "aws.codewhisperer.tutorial.workInProgress && !inlineSuggestionVisible && !suggestWidgetVisible" |
|
0 commit comments