Anyspheres Dev Container Extension: Use the Name Property of DevContainers + Allow to Switch Containers

@aeresov – could you upgrade to version 1.0.5 of the Anysphere WSL extension? We had a bug in earlier versions where it wouldn’t source the .bashrc / .bash_profile, and thus not detect the SSH_AUTH_SOCK being exposed by a startup script.

@colachg – could you upgrade to version 1.0.12 of the Anysphere Remote Containers? We have adjusted how the socket is mounted to make it more stable. This version of the extension also respects remoteEnv.

@tl-jacob – could you share the logs from the “Remote - Dev Containers” output window so we can take a closer look at why the socket isn’t being mounted in the first place? In a terminal outside of the dev container, could you run echo $SSH_AUTH_SOCK and ssh-add -L to verify that the ssh agent is configured?