Skip to content

v1.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 17:41
· 98 commits to main since this release
v1.3.2
1d11916

Fixed

  • 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.