Browse Source
Merge pull request #252 from aaronjheng/view
Tweak view names
pull/257/head
Chen WeiJian
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
package.json
|
|
@ -80,12 +80,12 @@ |
|
|
|
"activitybar": [ |
|
|
|
{ |
|
|
|
"id": "github-cweijan-mysql", |
|
|
|
"title": "Explorer", |
|
|
|
"title": "Database", |
|
|
|
"icon": "resources/icon/database-container.svg" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": "github-cweijan-nosql", |
|
|
|
"title": "Explorer", |
|
|
|
"title": "NoSQL", |
|
|
|
"icon": "resources/image/other-container.png" |
|
|
|
} |
|
|
|
] |
|
|
|