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

When executable is ticked, please add an option to run it from the working dir configured in the run config #227

Open felixdo opened 5 months ago

felixdo commented 5 months ago

When executable envs are launched, please add an option to launch them from the project directory, or the working directory configured in the launch. Otherwise there's no way to refer to local project files from the script. Currently the env script appears to be run from / (or probably the directory that intellij was launched from).