chore: updated package.json

This commit is contained in:
əlemi 2024-09-14 18:12:10 +02:00
parent 457a3e1422
commit 2746221b1f
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -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": [
@ -96,7 +113,7 @@
},
{
"command": "codemp.inviteWorkspace",
"title": "Invite in Workspace",
"title": "Invite to Workspace",
"category": "codemp",
"icon": "$(arrow-up)"
},