EnvFile icon indicating copy to clipboard operation
EnvFile copied to clipboard

Separate EnvFile Configuration between Run Configurations

Open ansidev opened this issue 3 years ago • 0 comments

Expected:

  • Run Configuration (RC) A: Load app.env.dev
  • Run Configuration B: Load app.env.test

Problem: The EnvFile configuration is a global config, so if I load app.env.dev in RC A, RC B will load app.env.dev the next time unless I update EnvFile config.

ansidev avatar Apr 04 '22 05:04 ansidev