-
Notifications
You must be signed in to change notification settings - Fork 568
Open
Description
- Plugin version (or commit hash): 0.11.1295
- IDE name and version: Intellij 2016.1.2
- Java version: 1.8.0_92
- OS name and version: Arch linux
- What are you trying to do?
I define GOPATH into Settings/Languages & Framework/Go/Go Libraries/Project libraries.
I want when I open embedded terminal of Intellij, the GOPATH is automatically exported. So I can use go cmd tool to build my project directly from the terminal. - What would you expect to happen?
When I open embedded terminal of Intellij, if I do echo $GOPATH => I want see what I have defined into Settings/Languages & Framework/Go/Go Libraries/Project libraries - What happens?
The GOPATH is not exported into embedded terminal of Intellij, and I have to set again it.
Example of configuration into Settings/Languages & Framework/Go/Go Libraries/Project libraries.

ignatov and klingtnet
