EnvFile icon indicating copy to clipboard operation
EnvFile copied to clipboard

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.

Results 110 EnvFile issues
Sort by recently updated
recently updated
newest added

Plugin installs but doesn't work on Pycharm version `Build #PY-222.3345.131, built on July 27, 2022`

Hi, I got a stack trace 🎉 But I wonder if it's related to the problems I always had with `EnvFile` : - `.env` settings are reset anytime I restart...

After changing branch plugin stops working. Environment variables become empty. However, .env file still marked as active in "Run/debug configuration" section. Tried to disable/enable it manually and delete/add .env file...

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

My run configurations look different to the screenshots in the plugin instructions. I can't see any EnvFile tab. I'm running IntelliJ 2023.2.2, Build #IU-232.9921.47.

When attempting to run a springboot app with the envfile pointing to a yaml file I have the crash below.Putting the same properties into a .properties file works fine. Runtime...

Apparently, the stack trace (in #189 ) I had wasn't related to my main problem. So let's forget about the closed issue, and please consider the following symptoms: - test...

When updated to the latest version (2023.1) I have an issue with the plugin. It seems to be not working properly (I get an error on missing env variables), however...

Hi, In pycharm 2022.2, envfile works as expected when running/debugging. However, when executing a test wiht pycharm's pytest runner it does not - no environment variables are loaded.

Steps to recreate: 1) Create a project (Proj1) in PyCharm with a new venv. Create module and script (`temp.t1.py`) that creates a method 2) Create another project (Proj2) in PyCharm...