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
Update the Open in VSCode button URL to construct a vscode-remote://dev-container URL to allow users to jump directly to the devcontainer inside VSCode.
I have upgraded the complexity from II to III as this also requires a change to the vscode extension, meaning it's a larger change than originally expected.
Looks like my previous findings goes down the wrong path. When using the URI vscode://vscode-remote/dev-container+ it starts a dev container with the given parameters, instead of connecting to an existing dev container.
Update the
Open in VSCode
button URL to construct avscode-remote://dev-container
URL to allow users to jump directly to the devcontainer inside VSCode.This is an undocumented feature, but some enterprising folks have figured out how to do this: https://github.com/felipecrs/dotfiles/blob/master/home/dot_local/bin/executable_code#L113
More information on this URL format is available here: https://blog.lohr.dev/launching-dev-containers
The text was updated successfully, but these errors were encountered: