You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The closed/open state of VSCode extension views is not properly stored. When i close a view and restart the application it will the view will show up again. I was able to reproduce it with at least these three extensions:
Im unsure if this comes from something that is going on inside these extensions, but they work in VSCode. I would assume that just something is off with views that are registered via contributes.views, as all three extensions provide the views like this.
Steps to Reproduce:
Install one of the extensions
Close the view in the left tab bar
Restart the application and notice that the view is there again
Note: Moving the widget works and does not reset, but once its closed it will always come back
Additional Information
Operating System: Ubuntu 22.04
Theia Version: 1.56.0 (latest)
The text was updated successfully, but these errors were encountered:
Bug Description:
The
closed/open
state of VSCode extension views is not properly stored. When i close a view and restart the application it will the view will show up again. I was able to reproduce it with at least these three extensions:Im unsure if this comes from something that is going on inside these extensions, but they work in VSCode. I would assume that just something is off with views that are registered via
contributes.views
, as all three extensions provide the views like this.Steps to Reproduce:
Note: Moving the widget works and does not reset, but once its closed it will always come back
Additional Information
The text was updated successfully, but these errors were encountered: