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
open a new file which then hides the connection manager
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.
The text was updated successfully, but these errors were encountered:
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?
Steps to reproduce:
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.
The text was updated successfully, but these errors were encountered: