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

Connection Manager window resets if you switch to another tab #23

Open
JoernBerkefeld opened this issue Apr 9, 2021 · 2 comments
Open

Comments

@JoernBerkefeld
Copy link
Contributor

Steps to reproduce:

  1. open connection manager via CTRL+SHIFT+P
  2. start adding a new connection
  3. open a new file which then hides the connection manager
  4. switch back to connection manager tab

result: the connection manager page is blank at first and seems to reload because the partly added new connection is gone once the page is visible again.

@Bizcuit
Copy link
Owner

Bizcuit commented Apr 9, 2021

This is an expected behaviour of VSCode. It is because of the lifecycle of the webview which is automatically disposed when the focus is lost. This can be solved by setting and restoring the webview state. But this sounds like a low priority issue, don't you think?

@JoernBerkefeld
Copy link
Contributor Author

yes, I do agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants