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
Previously, if a workspace stopped or restarted causing the "Start" dialog to
appear in VS Code, the start button would fire a start workspace request
regardless of the workspace status.
Now we perform a check to see if the workspace is still stopped or failed. If
its status has changed out from under the IDE, it will not fire a redundant
start request.
Fix a conflict with HTTP proxies and the library we use to make HTTP
requests. If you were getting 400 errors or similar from your proxy, please
try again.
Changed
Previously, the extension would always log SSH proxy diagnostics to a fixed
directory. Now this must be explicitly enabled by configuring a new setting coder.proxyLogDirectory. If you are having connectivity issues, please
configure this setting and gather the logs before submitting an issue.