Lsp-mode: multiple gopls instances are started

Created on 28 Dec 2019  路  2Comments  路  Source: emacs-lsp/lsp-mode

image

It seems that when I jump to another package/project, and if I decide to add it as another root, it would start another instance of gopls. Is it an expected behaviour?

question

All 2 comments

Yes. For servers that do not support workspace folders, we have to fire up new instance for each project root. If the server supports multiple roots it should be registered with :multi-root t.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

axelson picture axelson  路  4Comments

rsuhada picture rsuhada  路  3Comments

raxod502 picture raxod502  路  5Comments

kmdouglass picture kmdouglass  路  3Comments

raxod502 picture raxod502  路  4Comments