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

It installs but doesn't work in Pycharm 2022.2

pvicente opened this issue · comments

Plugin installs but doesn't work on Pycharm version Build #PY-222.3345.131, built on July 27, 2022

Duplicate of #185

Seeing the same thing on IntelliJ IDEA version Build #IU-222.3345.118, built on July 26, 2022

Same here 😢

commented

The workaround for now is:

  • Copy your env file contents to clipboard
  • Edit your run configuration's environment variables
  • Click the small paste button

Same here :(

I just updated to RC 2022.2.2 Build #PY-222.4167.4, built on August 31, 2022 and the plugin works there, so no need to downgrade, just opt in EAP
image

For me upgrading to RC 2022.2.2 does not work on Ubuntu.

That is pycharm-professional RC 2022.2.2 (Build #PY-222.4167.4, built on August 31, 2022) via snap pycharm-professional latest/candidate channel on Ubuntu 20.04

Downgrading to 2022.2.1 fixes the problem.

Follow #185 for updates.