MordFustang21 / ide-gopls

Atom integration with the Go language server (gopls)
MIT License
13 stars 5 forks source link

inject /usr/local/bin in path #15

Open MordFustang21 opened 3 years ago

MordFustang21 commented 3 years ago

Injected /usr/local/bin into path on MacOS since it's not provided by default.

I've also updated a couple of the dependencies to provide a better experience.

This should resolve issue #13

Jorropo commented 3 years ago

This still doesn't work for me on Linux, how ever I found how to fix it.

Start atom including :

source ~/.bashrc

I've edited my .desktop for atom and it work like a charm now. :)