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
548 stars 129 forks source link

Globally Enable EnvFile for all run configurations #105

Closed johnnymetz closed 4 years ago

johnnymetz commented 4 years ago

Thanks for awesome plugin!

I currently have a project with hundreds of tests. For each test, I need to "Enable EnvFile", which can be very time-consuming.

It would be great to globally enable a specific EnvFile for an entire project, so I just need to choose the file once and it's picked up by every run/debug configuration from then on out. Is this possible?

johnnymetz commented 4 years ago

Figured out how to do this by going to Edit Configurations > Edit Templates and enabling EnvFile there.