9fans / acme-lsp

Language Server Protocol tools for the acme text editor
MIT License
194 stars 25 forks source link

Add support for dynamic workspace folder changes #8

Closed fhs closed 5 years ago

fhs commented 5 years ago

Support for it has been added to gopls: https://github.com/golang/tools/commit/80b1e8742cb01fdfe2d41b165c52c2288265a5f0. This will enable users to change the workspace directories without restarting acme-lsp.

In the future, we may want to automatically add missing workspace directories for certain languages (e.g. Go) that requires them, but that's outside the scope of this issue.