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

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