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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

felixdo opened this issue · comments

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).