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",
"when": "view == codemp-tree-view",
"group": "navigation",
"icon": "C"
"group": "navigation"
},
{
"command": "codemp.share",
"when": "view == codemp-tree-view",
"group": "navigation"
}
],
"view/item/context": [
@ -109,7 +113,7 @@
"command": "codemp.share",
"title": "Share",
"category": "codemp",
"icon": "$(ports-view-icon)"
"icon": "$(search-expand-results)"
},
{
"command": "codemp.createWorkspace",