EnvFile plugin does not appear in Run/Debug configurations
Answered
Hi,
I installed EnvFile fixed snapshot from https://github.com/ashald/EnvFile/issues/140#issuecomment-883210881.
But EnvFile tab does not appear at Run/Debug Configurations.
Installed plugin from snapshot:

Plugin does not appear:

Accompanying IDE Error:





IDE:
IntelliJ IDEA 2021.2 (Ultimate Edition)
Build #IU-212.4746.92, built on July 27, 2021
Runtime version: 11.0.11+9-b1504.13 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 10.15.7
Non-Bundled Plugins: .... net.ashald.envfile (3.2.2-SNAPSHOT) .....
Please sign in to leave a comment.
Hi Alex,
Since EnvFile plugin is not developed by JetBrains it is better to raise this issue at https://github.com/ashald/EnvFile/issues .
Try to reinstall the snapshot and delete the IDE system directory.(https://www.jetbrains.com/help/idea/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html#system-directory)
I think there is an underlying issue with PyCharm here.
I noticed that, when running tests, it does not pick up the environment variables from the Run Configuration Environment if I use Run. However, it does pick them up if I use Debug.