ashald / EnvFile

EnvFile 3.x is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files.
MIT License
533 stars 125 forks source link

Paths relative to working directory #206

Open piomar123 opened 1 year ago

piomar123 commented 1 year ago

Hi! Is there any possibility to specify .env files relative to the working directory set in IntelliJ run configuration? Currently paths are either absolute or relative to the project root directory. I would like to set a relative path to the .env in a working directory so when the workdir is changed, the loaded variables are from the same path relative to the new working directory.

image