|
2 | 2 | "name": "gemini-coder", |
3 | 3 | "displayName": "Code Web Chat", |
4 | 4 | "description": "Fast and safe way to code with AI (CWC)", |
5 | | - "version": "1.885.0", |
| 5 | + "version": "1.886.0", |
6 | 6 | "scripts": { |
7 | 7 | "build": "npx vsce package --no-dependencies", |
8 | 8 | "vscode:prepublish": "rimraf out && npm run compile", |
|
570 | 570 | { |
571 | 571 | "command": "codeWebChat.searchFilesForContext", |
572 | 572 | "when": "view == codeWebChatViewWorkspace", |
573 | | - "group": "navigation@3.5" |
| 573 | + "group": "navigation@4" |
574 | 574 | }, |
575 | 575 | { |
576 | 576 | "command": "codeWebChat.applyContext", |
577 | 577 | "when": "view == codeWebChatViewWorkspace", |
578 | | - "group": "navigation@4" |
| 578 | + "group": "navigation@5" |
579 | 579 | }, |
580 | 580 | { |
581 | 581 | "command": "codeWebChat.duplicateWorkspace", |
582 | 582 | "when": "view == codeWebChatViewWorkspace", |
583 | | - "group": "navigation@5" |
| 583 | + "group": "navigation@6" |
584 | 584 | }, |
585 | 585 | { |
586 | 586 | "command": "codeWebChat.newFile", |
587 | 587 | "when": "view == codeWebChatViewWorkspace", |
588 | | - "group": "navigation@6" |
| 588 | + "group": "navigation@7" |
589 | 589 | }, |
590 | 590 | { |
591 | 591 | "command": "codeWebChat.newFolder", |
592 | 592 | "when": "view == codeWebChatViewWorkspace", |
593 | | - "group": "navigation@7" |
| 593 | + "group": "navigation@8" |
594 | 594 | }, |
595 | 595 | { |
596 | 596 | "command": "codeWebChat.copyContext", |
|
676 | 676 | { |
677 | 677 | "command": "codeWebChat.checkImportedFiles", |
678 | 678 | "when": "view == codeWebChatViewOpenEditors && viewItem == openEditor", |
679 | | - "group": "2_modification@0.5" |
| 679 | + "group": "2_modification@2" |
680 | 680 | }, |
681 | 681 | { |
682 | 682 | "command": "codeWebChat.referenceInPrompt", |
683 | 683 | "when": "view == codeWebChatViewOpenEditors && viewItem == openEditor", |
684 | | - "group": "2_modification@2" |
| 684 | + "group": "2_modification@1" |
685 | 685 | }, |
686 | 686 | { |
687 | 687 | "command": "codeWebChat.revealInExplorer", |
|
696 | 696 | { |
697 | 697 | "command": "codeWebChat.openInIntegratedTerminal", |
698 | 698 | "when": "view == codeWebChatViewWorkspace && (viewItem == workspaceRoot || viewItem == directory)", |
699 | | - "group": "1_modification@7" |
| 699 | + "group": "1_modification@9" |
700 | 700 | }, |
701 | 701 | { |
702 | 702 | "command": "codeWebChat.removeFolderFromWorkspace", |
703 | 703 | "when": "(view == codeWebChatViewWorkspace || view == codeWebChatViewContext) && (viewItem == workspaceRoot || viewItem == contextWorkspaceRoot) && workspaceFolderCount > 1", |
704 | | - "group": "1_modification@8" |
| 704 | + "group": "1_modification@10" |
705 | 705 | }, |
706 | 706 | { |
707 | 707 | "command": "codeWebChat.newFile", |
|
726 | 726 | { |
727 | 727 | "command": "codeWebChat.checkImportedFiles", |
728 | 728 | "when": "(view == codeWebChatViewWorkspace || view == codeWebChatViewContext) && (viewItem == file || viewItem == contextFile || viewItem == directory)", |
729 | | - "group": "1_modification@2.5" |
| 729 | + "group": "1_modification@4" |
730 | 730 | }, |
731 | 731 | { |
732 | 732 | "command": "codeWebChat.referenceInPrompt", |
|
736 | 736 | { |
737 | 737 | "command": "codeWebChat.searchFilesForContextFromDirectory", |
738 | 738 | "when": "(view == codeWebChatViewWorkspace || view == codeWebChatViewContext) && (viewItem == directory || viewItem == workspaceRoot || viewItem == contextDirectory || viewItem == contextWorkspaceRoot)", |
739 | | - "group": "1_modification@3.5" |
| 739 | + "group": "1_modification@5" |
740 | 740 | }, |
741 | 741 | { |
742 | 742 | "command": "codeWebChat.findInFolder", |
743 | 743 | "when": "(view == codeWebChatViewWorkspace || view == codeWebChatViewContext) && (viewItem == directory || viewItem == workspaceRoot || viewItem == contextDirectory || viewItem == contextWorkspaceRoot)", |
744 | | - "group": "1_modification@4" |
| 744 | + "group": "1_modification@6" |
745 | 745 | }, |
746 | 746 | { |
747 | 747 | "command": "codeWebChat.revealInExplorer", |
748 | 748 | "when": "view == codeWebChatViewWorkspace || view == codeWebChatViewContext", |
749 | | - "group": "1_modification@5" |
| 749 | + "group": "1_modification@7" |
750 | 750 | }, |
751 | 751 | { |
752 | 752 | "command": "codeWebChat.setRanges", |
753 | 753 | "when": "(view == codeWebChatViewWorkspace || view == codeWebChatViewContext) && viewItem == file", |
754 | | - "group": "1_modification@6" |
| 754 | + "group": "1_modification@8" |
755 | 755 | } |
756 | 756 | ] |
757 | 757 | }, |
|
0 commit comments