Skip to content

Commit

Permalink
Merge pull request #17 from isfopo:issue/Add-env-tree-to-explorer-sid…
Browse files Browse the repository at this point in the history
…ebar-view

Issue/Add-env-tree-to-explorer-sidebar-view
  • Loading branch information
isfopo authored Jul 10, 2024
2 parents 05db10d + 0774561 commit 25796dc
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,16 @@
"views": {
"environments-sidebar-view": [
{
"type": "tree",
"id": "environments-explorer",
"name": "Environments",
"icon": "media/icon.svg"
}
],
"explorer": [
{
"id": "environments-sidebar",
"name": "Environments",
"icon": "media/icon.svg",
"contextualTitle": "Environments"
"icon": "media/icon.svg"
}
]
}
Expand Down Expand Up @@ -113,4 +118,4 @@
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
}
}
}

0 comments on commit 25796dc

Please sign in to comment.