Skip to content
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

VSCode extensions view will always show on restart #14578

Open
sgraband opened this issue Dec 4, 2024 · 0 comments
Open

VSCode extensions view will always show on restart #14578

sgraband opened this issue Dec 4, 2024 · 0 comments
Labels
bug bugs found in the application vscode issues related to VSCode compatibility

Comments

@sgraband
Copy link
Contributor

sgraband commented Dec 4, 2024

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:

  1. Install one of the extensions
  2. Close the view in the left tab bar
  3. 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)
@msujew msujew added bug bugs found in the application vscode issues related to VSCode compatibility labels Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

2 participants