Skip to content

Commit cc44923

Browse files
committed
Bump version to 1.886.0 and reorder command groups in package.json
1 parent 653798c commit cc44923

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

apps/editor/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat",
44
"description": "Fast and safe way to code with AI (CWC)",
5-
"version": "1.885.0",
5+
"version": "1.886.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "rimraf out && npm run compile",
@@ -570,27 +570,27 @@
570570
{
571571
"command": "codeWebChat.searchFilesForContext",
572572
"when": "view == codeWebChatViewWorkspace",
573-
"group": "navigation@3.5"
573+
"group": "navigation@4"
574574
},
575575
{
576576
"command": "codeWebChat.applyContext",
577577
"when": "view == codeWebChatViewWorkspace",
578-
"group": "navigation@4"
578+
"group": "navigation@5"
579579
},
580580
{
581581
"command": "codeWebChat.duplicateWorkspace",
582582
"when": "view == codeWebChatViewWorkspace",
583-
"group": "navigation@5"
583+
"group": "navigation@6"
584584
},
585585
{
586586
"command": "codeWebChat.newFile",
587587
"when": "view == codeWebChatViewWorkspace",
588-
"group": "navigation@6"
588+
"group": "navigation@7"
589589
},
590590
{
591591
"command": "codeWebChat.newFolder",
592592
"when": "view == codeWebChatViewWorkspace",
593-
"group": "navigation@7"
593+
"group": "navigation@8"
594594
},
595595
{
596596
"command": "codeWebChat.copyContext",
@@ -676,12 +676,12 @@
676676
{
677677
"command": "codeWebChat.checkImportedFiles",
678678
"when": "view == codeWebChatViewOpenEditors && viewItem == openEditor",
679-
"group": "2_modification@0.5"
679+
"group": "2_modification@2"
680680
},
681681
{
682682
"command": "codeWebChat.referenceInPrompt",
683683
"when": "view == codeWebChatViewOpenEditors && viewItem == openEditor",
684-
"group": "2_modification@2"
684+
"group": "2_modification@1"
685685
},
686686
{
687687
"command": "codeWebChat.revealInExplorer",
@@ -696,12 +696,12 @@
696696
{
697697
"command": "codeWebChat.openInIntegratedTerminal",
698698
"when": "view == codeWebChatViewWorkspace && (viewItem == workspaceRoot || viewItem == directory)",
699-
"group": "1_modification@7"
699+
"group": "1_modification@9"
700700
},
701701
{
702702
"command": "codeWebChat.removeFolderFromWorkspace",
703703
"when": "(view == codeWebChatViewWorkspace || view == codeWebChatViewContext) && (viewItem == workspaceRoot || viewItem == contextWorkspaceRoot) && workspaceFolderCount > 1",
704-
"group": "1_modification@8"
704+
"group": "1_modification@10"
705705
},
706706
{
707707
"command": "codeWebChat.newFile",
@@ -726,7 +726,7 @@
726726
{
727727
"command": "codeWebChat.checkImportedFiles",
728728
"when": "(view == codeWebChatViewWorkspace || view == codeWebChatViewContext) && (viewItem == file || viewItem == contextFile || viewItem == directory)",
729-
"group": "1_modification@2.5"
729+
"group": "1_modification@4"
730730
},
731731
{
732732
"command": "codeWebChat.referenceInPrompt",
@@ -736,22 +736,22 @@
736736
{
737737
"command": "codeWebChat.searchFilesForContextFromDirectory",
738738
"when": "(view == codeWebChatViewWorkspace || view == codeWebChatViewContext) && (viewItem == directory || viewItem == workspaceRoot || viewItem == contextDirectory || viewItem == contextWorkspaceRoot)",
739-
"group": "1_modification@3.5"
739+
"group": "1_modification@5"
740740
},
741741
{
742742
"command": "codeWebChat.findInFolder",
743743
"when": "(view == codeWebChatViewWorkspace || view == codeWebChatViewContext) && (viewItem == directory || viewItem == workspaceRoot || viewItem == contextDirectory || viewItem == contextWorkspaceRoot)",
744-
"group": "1_modification@4"
744+
"group": "1_modification@6"
745745
},
746746
{
747747
"command": "codeWebChat.revealInExplorer",
748748
"when": "view == codeWebChatViewWorkspace || view == codeWebChatViewContext",
749-
"group": "1_modification@5"
749+
"group": "1_modification@7"
750750
},
751751
{
752752
"command": "codeWebChat.setRanges",
753753
"when": "(view == codeWebChatViewWorkspace || view == codeWebChatViewContext) && viewItem == file",
754-
"group": "1_modification@6"
754+
"group": "1_modification@8"
755755
}
756756
]
757757
},

0 commit comments

Comments
 (0)