mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Add support for view initial state (collapsed or hidden) (#102002)
Fixes #101283
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user