mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-22 07:24:49 +01:00
chore: lib and version bump
This commit is contained in:
parent
fc1095b410
commit
c3abb889bb
1 changed files with 21 additions and 26 deletions
45
package.json
45
package.json
|
@ -6,7 +6,7 @@
|
||||||
"homepage": "https://code.mp",
|
"homepage": "https://code.mp",
|
||||||
"repository": "https://github.com/hexedtech/codemp-vscode",
|
"repository": "https://github.com/hexedtech/codemp-vscode",
|
||||||
"publisher": "hexedtech",
|
"publisher": "hexedtech",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.81.0"
|
"vscode": "^1.81.0"
|
||||||
},
|
},
|
||||||
|
@ -15,18 +15,18 @@
|
||||||
"theme": "dark"
|
"theme": "dark"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"codemp",
|
"codemp",
|
||||||
"collaborative",
|
"collaborative",
|
||||||
"editing",
|
"editing",
|
||||||
"multiplatform",
|
"multiplatform",
|
||||||
"live",
|
"live",
|
||||||
"development"
|
"development"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"SCM Providers",
|
"SCM Providers",
|
||||||
"Visualization",
|
"Visualization",
|
||||||
"Programming Languages",
|
"Programming Languages",
|
||||||
"Other"
|
"Other"
|
||||||
],
|
],
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"onCommand:extension.openMyExtension"
|
"onCommand:extension.openMyExtension"
|
||||||
|
@ -34,13 +34,13 @@
|
||||||
"main": "./out/extension.js",
|
"main": "./out/extension.js",
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"viewsContainers": {
|
"viewsContainers": {
|
||||||
"activitybar": [
|
"activitybar": [
|
||||||
{
|
{
|
||||||
"id": "codemp-tree-container",
|
"id": "codemp-tree-container",
|
||||||
"title": "codemp",
|
"title": "codemp",
|
||||||
"icon": "resources/logo.svg"
|
"icon": "resources/logo.svg"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"viewsWelcome": [
|
"viewsWelcome": [
|
||||||
{
|
{
|
||||||
|
@ -48,7 +48,6 @@
|
||||||
"contents": "codemp -- [code multiplexer](https://code.mp)\n[Connect](command:codemp.connect)"
|
"contents": "codemp -- [code multiplexer](https://code.mp)\n[Connect](command:codemp.connect)"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
"views": {
|
"views": {
|
||||||
"codemp-tree-container": [
|
"codemp-tree-container": [
|
||||||
{
|
{
|
||||||
|
@ -57,7 +56,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"menus": {
|
"menus": {
|
||||||
"view/title": [
|
"view/title": [
|
||||||
{
|
{
|
||||||
|
@ -94,7 +92,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"command": "codemp.connect",
|
"command": "codemp.connect",
|
||||||
|
@ -175,7 +172,6 @@
|
||||||
"icon": "$(arrow-down)"
|
"icon": "$(arrow-down)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"command": "codemp.sync",
|
"command": "codemp.sync",
|
||||||
"title": "Sync",
|
"title": "Sync",
|
||||||
"category": "codemp",
|
"category": "codemp",
|
||||||
|
@ -192,8 +188,7 @@
|
||||||
"title": "Jump",
|
"title": "Jump",
|
||||||
"category": "codemp",
|
"category": "codemp",
|
||||||
"icon": "$(debug-console-evaluation-input)"
|
"icon": "$(debug-console-evaluation-input)"
|
||||||
}
|
},
|
||||||
,
|
|
||||||
{
|
{
|
||||||
"command": "codemp.follow",
|
"command": "codemp.follow",
|
||||||
"title": "Follow User",
|
"title": "Follow User",
|
||||||
|
@ -262,6 +257,6 @@
|
||||||
"typescript": "^5.1.6"
|
"typescript": "^5.1.6"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"codemp": "^0.8.2"
|
"codemp": "^0.8.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue