mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-22 15:34:49 +01:00
feat: add share button
This commit is contained in:
parent
c00fddd9f8
commit
8ecea281b5
1 changed files with 7 additions and 3 deletions
10
package.json
10
package.json
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue