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
This also repros when you refresh the VS Code window without changing auth libraries.
I dug into this and unfortunately we can't do much about it ☹️ We provide aTerminalProfile to VS Code which it uses to create a Terminal. The problem is: once the terminal is created and the window refreshes we don't have access to that terminal from the extension so we can't catch this "socket hang up" error and show a better one.
Once VS Code supports opting out of persistent terminals we can fix this. We would just mark all of our terminals as non-persistent so when the window is refreshed that terminal is no longer shown. Tracking in microsoft/vscode#118726
OS: All
Build Version: 20211130.7
Regression: Not a regression
Repro Steps:
Expect:
The opened "Azure Cloud Shell (Bash)" terminal looks well.
Actual:
The opened "Azure Cloud Shell (Bash)" terminal looks a little ugly.
The text was updated successfully, but these errors were encountered: