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