Make plugin doesn’t seem to get the environment
I am using IntelliJ IDEA for Go development. I have a Makefile in my project. I can run all of the tasks that use go
commands without any problems but when I try running them using the Makefile window, the tasks can’t even find the go
command inside terminal (see the screenshots please).
Is there a fix for this?
Setting up a Golang Project in IntelliJ fails while doing go list
I have a project that I am trying to setup on IntelliJ. IntelliJ tries to do a go list
and it fails with the error