adelf / idea-php-dotenv-plugin

environment parameters completion, based on .env file keys
MIT License
166 stars 13 forks source link

WSL2 error : export: ProgramFiles(x86): bad variable name #105

Closed aanno closed 2 years ago

aanno commented 2 years ago

With IntelliJ on windows, the plugin seems to cause problems with WSL support. See https://stackoverflow.com/questions/69721714/intelij-idea-in-wsl2-error-export-programfilesx86-bad-variable-name for details.

I encountered the problem as well and could confirm that the problem is still present in IntelliJ IDEA 2022.1.2 (Ultimate Edition).

adelf commented 2 years ago

I think it's the EnvFile plugin issue. Not this one. .env files support only provides syntax support and some completions.

aanno commented 2 years ago

Sorry, I mixed that up.