-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tree-view] hiding a tree view is re-opened on reload #7037
Comments
Corresponding related issue in vscode: microsoft/vscode#35462 |
@akosyakov I looked at the pull-request #5855 and while explicitly hiding a view should work, it does not work in this case anymore. |
I will need to debug it. If it is a regression then we should add a new api test for it to catch in the future. I have not thought yet how to test page reloads and reconnections. |
Fixes: eclipse-theia#7037 Respects hide and collapse for tree-views such as `NPM Scripts` on reload. Signed-off-by: Anas Shahid <muhammad.shahid@ericsson.com>
Fixes: eclipse-theia#7037 Respects hide and collapse for tree-views such as `NPM Scripts` on reload. Signed-off-by: Anas Shahid <muhammad.shahid@ericsson.com>
Fixes: eclipse-theia#7037 Respects hide and collapse for tree-views such as `NPM Scripts` on reload. Co-authored-by: Anas Shahid <muhammad.shahid@ericsson.com> Co-authored-by: vince-fugnitto <vincent.fugnitto@ericsson.com> Signed-off-by: Anas Shahid <muhammad.shahid@ericsson.com>
Fixes: eclipse-theia#7037 Respects hide and collapse for tree-views such as `NPM Scripts` on reload. Co-authored-by: Anas Shahid <muhammad.shahid@ericsson.com> Co-authored-by: vince-fugnitto <vincent.fugnitto@ericsson.com> Signed-off-by: Anas Shahid <muhammad.shahid@ericsson.com>
Fixes: eclipse-theia#7037 Respects hide and collapse for tree-views such as `NPM Scripts` on reload. Co-authored-by: Anas Shahid <muhammad.shahid@ericsson.com> Co-authored-by: vince-fugnitto <vincent.fugnitto@ericsson.com> Signed-off-by: Anas Shahid <muhammad.shahid@ericsson.com>
Fixes: eclipse-theia#7037 Respects hide and collapse for tree-views such as `NPM Scripts` on reload. Co-authored-by: Anas Shahid <muhammad.shahid@ericsson.com> Co-authored-by: vince-fugnitto <vincent.fugnitto@ericsson.com> Signed-off-by: Anas Shahid <muhammad.shahid@ericsson.com>
Fixes: eclipse-theia#7037 Respects hide and collapse for tree-views such as `NPM Scripts` on reload. Co-authored-by: Anas Shahid <muhammad.shahid@ericsson.com> Co-authored-by: vince-fugnitto <vincent.fugnitto@ericsson.com> Signed-off-by: Anas Shahid <muhammad.shahid@ericsson.com>
Fixes: eclipse-theia#7037 Respects hide and collapse for tree-views such as `NPM Scripts` on reload. Co-authored-by: Anas Shahid <muhammad.shahid@ericsson.com> Co-authored-by: vince-fugnitto <vincent.fugnitto@ericsson.com> Signed-off-by: Anas Shahid <muhammad.shahid@ericsson.com>
I can no longer reproduce the issue, likely thanks to #9156. |
I believe this issue has not been resolved (it was recently reproduced). |
Description
There is currently a bug with hiding
tree-views
(ex:npm scripts
) where it is re-opened on reload despite a user hiding it.Steps to Reproduce
theia
as a workspacetree-view
'npm scripts' is openedtree-view
should be properly hiddenThe text was updated successfully, but these errors were encountered: