Skip to content

Commit

Permalink
chore: updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alemidev committed Sep 14, 2024
1 parent 457a3e1 commit 2746221
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,31 @@
{
"name": "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",
"publisher": "codemp",
"version": "0.0.5",
"publisher": "hexedtech",
"version": "0.0.6",
"engines": {
"vscode": "^1.81.0"
},
"galleryBanner": {
"color": "#201F29",
"theme": "dark"
},
"keywords": [
"codemp",
"collaborative",
"editing",
"multiplatform",
"live",
"development"
],
"categories": [
"SCM Providers",
"Visualization",
"Programming Languages",
"Other"
],
"activationEvents": [
Expand Down Expand Up @@ -96,7 +113,7 @@
},
{
"command": "codemp.inviteWorkspace",
"title": "Invite in Workspace",
"title": "Invite to Workspace",
"category": "codemp",
"icon": "$(arrow-up)"
},
Expand Down Expand Up @@ -191,4 +208,4 @@
"dependencies": {
"codemp": "^0.0.5"
}
}
}

0 comments on commit 2746221

Please sign in to comment.