Add support for view initial state (collapsed or hidden) (#102002)

Fixes #101283
This commit is contained in:
Alex Ross
2020-07-17 09:47:33 +02:00
committed by GitHub
parent 27e8b9d1a3
commit 0acc996121
4 changed files with 42 additions and 5 deletions

View File

@@ -56,8 +56,9 @@
{
"id": "npm",
"name": "%view.name%",
"when": "npm:showScriptExplorer || config.npm.enableScriptExplorer",
"icon": "images/code.svg"
"when": "npm:showScriptExplorer",
"icon": "images/code.svg",
"visibility": "hidden"
}
]
},