31
package.json
31
package.json
@@ -29,13 +29,38 @@
|
||||
"activationEvents": [],
|
||||
"main": "./dist/extension.js",
|
||||
"contributes": {
|
||||
"commands": [
|
||||
"viewsContainers": {
|
||||
"activitybar": [
|
||||
{
|
||||
"command": "github-local-actions.helloWorld",
|
||||
"title": "Hello World"
|
||||
"id": "github-local-actions-container",
|
||||
"title": "GitHub Local Actions",
|
||||
"icon": "$(robot)"
|
||||
}
|
||||
]
|
||||
},
|
||||
"views": {
|
||||
"github-local-actions-container": [
|
||||
{
|
||||
"id": "status",
|
||||
"name": "Status"
|
||||
},
|
||||
{
|
||||
"id": "workflows",
|
||||
"name": "Workflows"
|
||||
},
|
||||
{
|
||||
"id": "events",
|
||||
"name": "Events"
|
||||
},
|
||||
{
|
||||
"id": "settings",
|
||||
"name": "Settings"
|
||||
}
|
||||
]
|
||||
},
|
||||
"commands": [
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"vscode:prepublish": "npm run package",
|
||||
"compile": "webpack",
|
||||
|
||||
Reference in New Issue
Block a user