mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-25 08:54:48 +01:00
feat: added menus and button to connect and join
This commit is contained in:
parent
d66900710d
commit
deb96d8bde
1 changed files with 17 additions and 0 deletions
17
package.json
17
package.json
|
@ -35,6 +35,23 @@
|
|||
]
|
||||
},
|
||||
|
||||
"menus": {
|
||||
"view/title": [
|
||||
{
|
||||
"command": "codemp.connect",
|
||||
"when": "view == codemp-tree-view",
|
||||
"group": "navigation"
|
||||
}
|
||||
],
|
||||
"view/item/context": [
|
||||
{
|
||||
"command": "codemp.join",
|
||||
"when": "view == codemp-tree-view",
|
||||
"group": "inline"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"commands": [
|
||||
{
|
||||
"command": "codemp.connect",
|
||||
|
|
Loading…
Reference in a new issue