Skip to content

Commit 6c672a2

Browse files
committed
Move removeFolderFromWorkspace command to external group in view/item/context menu
1 parent 68f3280 commit 6c672a2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

apps/editor/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -747,11 +747,6 @@
747747
"when": "(view == codeWebChatViewWorkspace || view == codeWebChatViewContext) && viewItem == file",
748748
"group": "1_modification@7"
749749
},
750-
{
751-
"command": "codeWebChat.removeFolderFromWorkspace",
752-
"when": "(view == codeWebChatViewWorkspace || view == codeWebChatViewContext) && (viewItem == workspaceRoot || viewItem == contextWorkspaceRoot) && workspaceFolderCount > 1",
753-
"group": "1_modification@8"
754-
},
755750
{
756751
"command": "codeWebChat.findInFolder",
757752
"when": "(view == codeWebChatViewWorkspace || view == codeWebChatViewContext) && (viewItem == directory || viewItem == workspaceRoot || viewItem == contextDirectory || viewItem == contextWorkspaceRoot)",
@@ -766,6 +761,11 @@
766761
"command": "codeWebChat.openInIntegratedTerminal",
767762
"when": "(view == codeWebChatViewWorkspace || view == codeWebChatViewContext) && (viewItem == workspaceRoot || viewItem == directory || viewItem == contextWorkspaceRoot || viewItem == contextDirectory)",
768763
"group": "2_external@3"
764+
},
765+
{
766+
"command": "codeWebChat.removeFolderFromWorkspace",
767+
"when": "(view == codeWebChatViewWorkspace || view == codeWebChatViewContext) && (viewItem == workspaceRoot || viewItem == contextWorkspaceRoot) && workspaceFolderCount > 1",
768+
"group": "2_external@4"
769769
}
770770
]
771771
},

0 commit comments

Comments
 (0)