-
Notifications
You must be signed in to change notification settings - Fork 24
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
Does not work on GoLand #11
Comments
I have the same issue with GoLand (and also IntelliJ IDEA). Looked at the code: val process = executeDirenv(envrcFile, "export", "json")
if (process.waitFor() != 0) {
handleDirenvError(process, envrcFile)
return
}
val notification = jsonFactory.createParser(process.inputStream).use { parser -> it seems the plugin wants to parse the output of |
Low hanging fruit theory - that My next theory / question is regarding https://github.com/fehnomenal/intellij-direnv/blob/master/src/main/kotlin/systems/fehn/intellijdirenv/services/EnvironmentService.kt. Ok, I can see how you change response of |
Workaround for a single project (i.e. without this plugin): start GoLand from the terminal, which then has all environment from For macos, this is
|
I investigated this issue. The |
I've now created a PR (#67) with the fix. I also provided the plugin built as ZIP there if you want to try it :) |
https://plugins.jetbrains.com/plugin/15285-direnv-integration/reviews#review=51879
The text was updated successfully, but these errors were encountered: