Skip to content

Commit

Permalink
remove useless view and rename req view
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu.fauqueux committed Jun 22, 2022
1 parent 8acfdd3 commit ecdd598
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,11 @@
],
"main": "./out/extension.js",
"contributes": {
"viewsContainers": {
"activitybar": [
{
"id": "package-explorer",
"title": "ID Explorer",
"icon": "media/icon.svg"
}
]
},
"views": {
"package-explorer": [
{
"id": "reqidExplorer",
"name": "ID Explorer",
"icon": "media/icon.svg",
"contextualTitle": "ID Explorer",
"visibility": "visible"
}
],
"explorer": [
{
"id": "ReqIdView",
"name": "Requirements",
"name": "SOAR Requirements",
"visibility": "visible"
}
]
Expand Down

0 comments on commit ecdd598

Please sign in to comment.