Browse Source

Add name of panel.

pull/250/head
cweijan 4 years ago
parent
commit
9c9efcc786
  1. 8
      package.json

8
package.json

@ -69,12 +69,12 @@
"activitybar": [
{
"id": "github-cweijan-mysql",
"title": "Database Explorer",
"title": "Explorer",
"icon": "resources/icon/database-container.svg"
},
{
"id": "github-cweijan-nosql",
"title": "Other Explorer",
"title": "Explorer",
"icon": "resources/image/other-container.png"
}
]
@ -83,13 +83,13 @@
"github-cweijan-mysql": [
{
"id": "github.cweijan.mysql",
"name": ""
"name": "Database"
}
],
"github-cweijan-nosql": [
{
"id": "github.cweijan.nosql",
"name": ""
"name": "NoSQL"
}
]
},

Loading…
Cancel
Save