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
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.56.2
OS Version: MacOSX, Chrome
Steps to Reproduce:
In Codespaces, open a new terminal and switch on Show tabs
Change icon / title of the terminal
Reload the browser tab
-> the tabs show as empty tree items, without icon and title
My suspicion: The IShellLaunchConfigDto lacks the icon property from IShellLaunchConfig, such that the remote backend cannot remember it. In addition, terminals with a config that has an undefined icon are shown as completely blank.
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
-> the tabs show as empty tree items, without icon and title
My suspicion: The
IShellLaunchConfigDto
lacks theicon
property fromIShellLaunchConfig
, such that the remote backend cannot remember it. In addition, terminals with a config that has an undefined icon are shown as completely blank.The text was updated successfully, but these errors were encountered: