-
Notifications
You must be signed in to change notification settings - Fork 10
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
Pass environment variables to mirrord invocations #70
Comments
Why do we clear the mirrord-vscode/src/debugger.ts Lines 127 to 130 in 463b2e3
From what I'm getting, you can't set mirrord with env vars in the extension, it has to be set up with a config file. So the goal here is to make this possible? Set up mirrord completely from env vars in |
It's not clearing, it's initializing if it's not initialized |
The goal is to pass "config.env" in the verify-config exec and in the |
The env vars from |
When setting configuration via env, when it verifies the IDE doesn't pass the env that would be passed to the process so it creates difference between rendering on verification and execution.
The text was updated successfully, but these errors were encountered: