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
When saving the document in vscode, the focus is brought back to the browser, and then the popup message says 'Disconnected', but the document remains as a tab in VS Code.
Is this by design? Is there a way to automatically have the document close after saving? Otherwise there ends up a bunch of open documents when switching back to VSCode.
The text was updated successfully, but these errors were encountered:
When saving the document in vscode, the focus is brought back to the browser
This should not happen. I assume you're talking about "closing the connection from the browser". In which case, yes, the tab is not meant to automatically close.
In the Sublime Text plugin this is actually an option, so I'd accept a PR to automatically close the tab on disconnection.
I am referring to both ways. If you are in the browser or in the text editor. In both cases, once the disconnect happens, the text editor tab remains open.
When saving the document in vscode, the focus is brought back to the browser, and then the popup message says 'Disconnected', but the document remains as a tab in VS Code.
Is this by design? Is there a way to automatically have the document close after saving? Otherwise there ends up a bunch of open documents when switching back to VSCode.
The text was updated successfully, but these errors were encountered: