-
Notifications
You must be signed in to change notification settings - Fork 308
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
Dev Container: ${containerEnv:VAR_NAME}
not properly expanded in devcontainer.json
in customizations.vscode.settings
#10033
Comments
Confirmed. This works in the previous stable release 0.369.0 of the Dev Containers extension. You can install that ( |
Hi @georglauterbach! Are you able to verify if this fix works? You can do so by getting the latest pre-release version of the dev containers extension. We want to make sure we get this bug verified, and the fix is correct, before we release this to stable. Thanks! |
The remote settings.json still does not have the variables expanded in the latest pre-release. |
Good catch, this didn't make it into a new Dev Containers CLI release yet. Moving to August, thanks. |
This fix is available in Dev Containers 0.381.0-pre-release. |
Steps to Reproduce:
devcontainer.json
file with the following content:compile_commands.json
does not exist. Somehow, it looks like${containerEnv:BUILD_OUTPUT_DIR}
is not expanded anymore...Does this issue occur when you try this locally?: Yes
Does this issue occur when you try this locally and all extensions are disabled?: N/A (you need the Dev Container extension)
The text was updated successfully, but these errors were encountered: