mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-22 07:24: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",
|
||||
"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",
|
||||
|
|
Loading…
Reference in a new issue