-
Notifications
You must be signed in to change notification settings - Fork 316
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
devcontainer.json stop functioning properly with docker containers after last VSCode update #7312
Comments
I have the same issue in my environment.
|
Could you append the log from after you rebuild the container, the full devcontainer.json, Dockerfile and docker-compose.yml (if you have these)? If you can't share these, please try to remove all sensitive information and make sure the problem still exists and append this simplified configuration. (@mitaroThanken The 0.255.2 log seems to be from an existing dev container. Could you rebuild it and append the log from the rebuild?) |
Had same issue here, but solved by "Rebuilding the container" |
I'm having the same issue, however when I manually install any extension in the container, suddenly the remote extension tools see my list of expected extensions and installs them all. |
@chrmarti |
"Dev Container: Rebuild and Reopen in Container": FAILED all image removed, |
Merging into #7307. Continuing there. Thanks! |
Added a fix in Dev Containers 0.259.0-pre-release. Could you give that a try and let me know if that fixes it? Thanks. |
Yes, it works! Thanks for fixing it! |
@chrmarti Strange, extensions declared in devcontainer.json are automatically installed in the dev container on RHEL7 host, but not on RHEL8 host. Here is the error message I get from dev-container log on RHEL8 host:
When I click on 'Install in Dev Container:..' manually they get installed though, but not automatically when I build the container. I'm on 0.259.0 pre-release using Remote - SSH + Dev Containers combo |
Some directives from devcontainer.json ceased to execute on the docker build. They worked fine before the last VSCode update.
What exactly doesn't work:
VSCode Vesrion - 1.72.0
OS where the issue happens
(Both OS are updated)
The text was updated successfully, but these errors were encountered: