mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Updated name of custom view container to package-explorer
This commit is contained in:
@ -24,14 +24,14 @@
|
||||
"viewsContainers": {
|
||||
"activitybar": [
|
||||
{
|
||||
"id": "tree-view",
|
||||
"title": "Tree View",
|
||||
"id": "package-explorer",
|
||||
"title": "Package Explorer",
|
||||
"icon": "media/dep.svg"
|
||||
}
|
||||
]
|
||||
},
|
||||
"views": {
|
||||
"tree-view": [
|
||||
"package-explorer": [
|
||||
{
|
||||
"id": "nodeDependencies",
|
||||
"name": "Node Dependencies"
|
||||
|
||||
Reference in New Issue
Block a user