Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 21:28
· 21 commits to main since this release
v1.7.0
1400383

Added

  • Add new /openDevContainer path, similar to the /open path, except this
    allows connecting to a dev container inside a workspace. For now, the dev
    container must already be running for this to work.

Fixed

  • When not using token authentication, avoid setting undefined for the token
    header, as Node will throw an error when headers are undefined. Now, we will
    not set any header at all.