mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-22 15:34:49 +01:00
chore: updated package.json
This commit is contained in:
parent
457a3e1422
commit
2746221b1f
1 changed files with 22 additions and 5 deletions
25
package.json
25
package.json
|
@ -1,14 +1,31 @@
|
||||||
{
|
{
|
||||||
"name": "codemp",
|
"name": "codemp",
|
||||||
"displayName": "codemp",
|
"displayName": "codemp",
|
||||||
"description": "VSCode codemp plugin -- code multiplexer",
|
"description": "code multiplexer",
|
||||||
|
"icon": "resources/logo.png",
|
||||||
|
"homepage": "https://code.mp",
|
||||||
"repository": "https://github.com/hexedtech/codemp-vscode",
|
"repository": "https://github.com/hexedtech/codemp-vscode",
|
||||||
"publisher": "codemp",
|
"publisher": "hexedtech",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.81.0"
|
"vscode": "^1.81.0"
|
||||||
},
|
},
|
||||||
|
"galleryBanner": {
|
||||||
|
"color": "#201F29",
|
||||||
|
"theme": "dark"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"codemp",
|
||||||
|
"collaborative",
|
||||||
|
"editing",
|
||||||
|
"multiplatform",
|
||||||
|
"live",
|
||||||
|
"development"
|
||||||
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
|
"SCM Providers",
|
||||||
|
"Visualization",
|
||||||
|
"Programming Languages",
|
||||||
"Other"
|
"Other"
|
||||||
],
|
],
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
|
@ -96,7 +113,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "codemp.inviteWorkspace",
|
"command": "codemp.inviteWorkspace",
|
||||||
"title": "Invite in Workspace",
|
"title": "Invite to Workspace",
|
||||||
"category": "codemp",
|
"category": "codemp",
|
||||||
"icon": "$(arrow-up)"
|
"icon": "$(arrow-up)"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue