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
535 stars 126 forks source link

EnvFile plugin not working on 2021.2 #146

Closed ambroziepaval closed 2 years ago

ambroziepaval commented 2 years ago

EnvFile plugin not working with version 2021.2 (Ultimate Edition). Build #IU-212.4746.92, built on July 27, 2021

Message: Plugin "EnvFile" was not installed: Failed to load the plugin descriptor from the downloaded archive. The archive is probably not an IntelliJ plugin.

fdc-viktor-luft commented 2 years ago

Duplicate of #140

sajjadtalebi commented 2 years ago

EnvFile plugin not working with version 2021.2 (Ultimate Edition). Build #IU-212.4746.92, built on July 27, 2021

Message: Plugin "EnvFile" was not installed: Failed to load the plugin descriptor from the downloaded archive. The archive is probably not an IntelliJ plugin.

I had a similar problem with this plugin. Until this issue is resolved in the new version, you can copy the contents of your env file instead of using this plugin and paste it through the Edit Configuration in the Environment Variables section. I did this and my problem was solved.

fdc-viktor-luft commented 2 years ago

@sajjadtalebi This would require tedious manual work as the configuration is injected in many places in our project.

I've chosen to use "Jetbrains Toolbox" to downgrade my IDE to 2021.1.3 until this issue gets resolved. Hopefully soon :v:

vojkny commented 2 years ago
Screenshot 2021-08-12 at 16 22 44
BorzdeG commented 2 years ago

@knyttl see #140

image
vojkny commented 2 years ago

@BorzdeG thanks!

https://github.com/eltonsandre/EnvFile/releases/tag/v3.2.2

draeron commented 2 years ago

seems like the plugin only works for IntelliJ, on Goland 2021.2 i get an error message.

image

arigesher commented 2 years ago

seems like the plugin only works for IntelliJ, on Goland 2021.2 i get an error message.

image

Can confirm the identical error in PyCharm.

BorzdeG commented 2 years ago

@draeron , @arigesher install https://plugins.jetbrains.com/plugin/11594-properties

BorzdeG commented 2 years ago

But I don't understand why it requires a com.intellij.java plugin in GoLand ...

image

ashald commented 2 years ago

Closing as a duplicate, also - fixed.

dino-powerflex commented 2 years ago

PyCharm 2021.2.4 (Professional Edition) Build #PY-212.5712.39 built on December 20, 2021

EnvFile 3.2.2

Does not load env file. I have to manually copy contents of env file to 'Environment variables' for each test configuration.

Is there any plan to fix this for PyCharm 2021.2.x?