-
Notifications
You must be signed in to change notification settings - Fork 37
Unable to fold or hide sidebar once it is activated #102
Comments
This is really annoying! I have to constantly restart VSCode in order to hide the sidebar. |
I found a way to help you temporarily until the bug is fixed,
It will not expand automatically any more, just the same as you restarted vscode. |
I found this in the release notes. "By default, the item to be revealed is selected. In order to not select the item, set the select option to false. For example: customView.reveal('element', { select: false }); " The description seems a little confusing. I suppose they should use the word "focus" instead of "select". Because once the element is "revealed" it is in view. But one might think the element needs to be selected. I'm talking semantics here. Not sure how the API works. But it is highly probable that "select" has to be "false". |
I've opened an upstream issue to track this. |
Because of the new auto reveal function, Once activated the sidebar after boot, it can not be folded or hidden any more, expanding automatically when the selection changed.
The text was updated successfully, but these errors were encountered: