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

EnvFile settings lost from templates and at each restart

brunierterry opened this issue · comments

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 templates .env settings don't apply when I create a new test/debug run config
    image
  • .env settings are reset anytime I restart IntelliJ (so I must re-add my settings for all tests)
    image

EnvFile version: 3.4.1
IntelliJ IDEA version: 2022.2.3 (Ultimate Edition)

Build #IU-222.4345.14, built on October 5, 2022

I'm running into this issue as well.

Same here

Same. It would be great if it worked in the template. Otherwise it makes it a hassle to run individual unit tests since it will create a new configuration each time.

Same here, would appreciate if this got solved, EnvFile makes running my tests so much easier.