-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment variables aren't loaded in IDEA #27
Labels
Comments
yoanthiebault
changed the title
Environment variables aren't loaded
Environment variables aren't loaded in IDEA
Mar 8, 2017
I just tried using the plugin with IntelliJ IDEA 2016.2.5 and mine are not loading either. |
Looks like a bug. @yoanthiebault opened a PR #28 which looks good so once it's merged I'll release a new version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
First of all, thank you for this nice plugin !
I installed it but it didn't load the environment variables with IntelliJ IDEA Community Edition 2016.3.5. For information:
FOO=BAR
System.getenv().containsKey("FOO")
returnsfalse
Could you please tell me if I missed something ?
Yoan
The text was updated successfully, but these errors were encountered: