We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be32bfa commit e16ea98Copy full SHA for e16ea98
CHANGELOG.md
@@ -7,6 +7,7 @@
7
- Explorer view, new way of generation, should be faster now
8
- Explorer view, INC files now separate in own Includes folder
9
- Explorer view, option to show/hide generated items
10
+- Explorer view will be shown only when any folder open
11
12
## [0.7.12]
13
package.json
@@ -585,7 +585,7 @@
585
{
586
"id": "ObjectScriptExplorer",
587
"name": "Explorer",
588
- "when": "config.objectscript.showExplorer == true"
+ "when": "workspaceFolderCount != 0 && config.objectscript.showExplorer == true"
589
}
590
]
591
},
0 commit comments