-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't select the DevContainer definition when using multiple definitions in one repo #10435
Comments
basically this seems to be broken: devcontainers/spec#6 |
Giving the choice upfront is harder in this case because the repository isn't initially cloned yet, so the configurations are not on the local machine yet. I will fix the |
This is now available in Dev Containers 0.390.0-pre-release. You still need to connect to the main dev container first, but you can then use |
@chrmarti I'm pretty sure this exact scenario was working before. It used to clone the repository in the bootstrap container and then was asking to select the DevContainer config. It was a deferred prompt until the extension actually knew the content of the repo. Not sure when this actually changed/broke. I need to try again with older vscode/extension versions. |
There is another prompt when there is no devcontainer.json at all that will let you pick from the list of configuration templates. That should still work. From the issue description above, you did not seem to refer to that though. |
May be I mixed it up with a remote SSH connection and then "reopen in devcontainer" where the prompt appears. |
this is still broken in v0.391.0-pre-release
|
@pl4nty That's the current solution/workaround. If you need the prompt when connecting for the first time, please open a new feature request. |
Steps to Reproduce:
Does this issue occur when you try this locally?: it's a feature of the remote extension
Does this issue occur when you try this locally and all extensions are disabled?: it's a feature of the remote extension
The text was updated successfully, but these errors were encountered: