feat: add share button

This commit is contained in:
əlemi 2024-09-16 04:29:31 +02:00
parent c00fddd9f8
commit 8ecea281b5
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -63,8 +63,12 @@
{ {
"command": "codemp.listWorkspaces", "command": "codemp.listWorkspaces",
"when": "view == codemp-tree-view", "when": "view == codemp-tree-view",
"group": "navigation", "group": "navigation"
"icon": "C" },
{
"command": "codemp.share",
"when": "view == codemp-tree-view",
"group": "navigation"
} }
], ],
"view/item/context": [ "view/item/context": [
@ -109,7 +113,7 @@
"command": "codemp.share", "command": "codemp.share",
"title": "Share", "title": "Share",
"category": "codemp", "category": "codemp",
"icon": "$(ports-view-icon)" "icon": "$(search-expand-results)"
}, },
{ {
"command": "codemp.createWorkspace", "command": "codemp.createWorkspace",