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

Does not work with custom defined files.

m4gzus opened this issue · comments

commented

IDE: GoLand 2023.1.2

Issue: Manually added custom file (e.g. named .env.dist) to list of env files in Run/Debug configuration is ignored. As result launched application cannot load environment variables since custom file was not loaded. The plugin only works if .env exists.