-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
System wide env variables not used in substitute #81
Comments
What about the application when it runs? Does it see the |
yes, that's the weirdest part. It seems the plugin only substitute variable with defined env variable in other env file selected not system wide env variables |
Took me a while to figure it out as it was working in PyCharm but then I realized IDEA is a little bit different from all other JetBrains IDEs. ¯_(ツ)_/¯ Fixed in |
This same issue appears to be happening in GoLand—I'm encountering with the GoLand 2019.2.5 |
I'm using Intellij Idea IntelliJ IDEA 2019.1 (Community Edition)
Build #IC-191.6183.87, built on March 27, 2019
JRE: 1.8.0_202-release-1483-b39 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.4
The envFile plugin is the v3.1.0.
I tried to retrieve some system env variable like ${USER} in the substitute env variable.
So i'm trying to do something like that.
ENV_NAME=local_${USER}
And in my application i only get ENV_NAME=local_
I have checked the
<Run Configuration Env Vars>
and placed it on top but it's still not working.It seems the EnvFile plugin is not including the selected option
The text was updated successfully, but these errors were encountered: