deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
32
sample-plugins/sample-namespace/plugin-a/package.json
Normal file
32
sample-plugins/sample-namespace/plugin-a/package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "plugin-a",
|
||||
"version": "1.68.0",
|
||||
"main": "extension.js",
|
||||
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"publisher": "sample-publisher",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/eclipse-theia/theia.git"
|
||||
},
|
||||
"engines": {
|
||||
"vscode": "^1.51.0"
|
||||
},
|
||||
"activationEvents": [
|
||||
"onCommand:plugin-a.hello"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/vscode": "^1.50.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "vsce package --npm"
|
||||
},
|
||||
"contributes": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "plugin-a.hello",
|
||||
"title": "Hello from plugin-a"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user