We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
.devcontainer/.env
printenv
MYSQL_HOST=hello
./devcontainer/devcontainer.json
"containerEnv: { "MYSQL_HOST": "$MYSQL_HOST" }
VSCode Terminal printenv:
MYSQL_HOST=$MYSQL_HOST
Expected Result (working before mentioned VSCode version):
The text was updated successfully, but these errors were encountered:
chrmarti
No branches or pull requests
Does this issue occur when all extensions are disabled?: Yes
Commit: 33fc5a9
Date: 2025-02-04T22:41:26.688Z
Steps to Reproduce:
.devcontainer/.env
printenv
.devcontainer/.env
./devcontainer/devcontainer.json
VSCode Terminal printenv:
Expected Result (working before mentioned VSCode version):
The text was updated successfully, but these errors were encountered: