Skip to content

Commit e16ea98

Browse files
committed
do not show explorer when no folders open
1 parent be32bfa commit e16ea98

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Explorer view, new way of generation, should be faster now
88
- Explorer view, INC files now separate in own Includes folder
99
- Explorer view, option to show/hide generated items
10+
- Explorer view will be shown only when any folder open
1011

1112
## [0.7.12]
1213

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@
585585
{
586586
"id": "ObjectScriptExplorer",
587587
"name": "Explorer",
588-
"when": "config.objectscript.showExplorer == true"
588+
"when": "workspaceFolderCount != 0 && config.objectscript.showExplorer == true"
589589
}
590590
]
591591
},

0 commit comments

Comments
 (0)