MordFustang21 / ide-gopls

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

Running gopls as a daemon #19

Closed bongnv closed 1 year ago

bongnv commented 1 year ago

This will allow running gopls as a daemon so all gopls sidecars will connect to a shared gopls “daemon” process to improve performance when working with multiple projects. Ref: https://go.googlesource.com/tools/+/refs/heads/master/gopls/doc/daemon.md

MordFustang21 commented 1 year ago

This looks great thanks for adding it.