You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: allow configuration through workspace/didChangeConfiguration (#316)
## What kind of change does this PR introduce?
It enables passing workspace settings via the
workspace/didChangeConfiguration notification. This in turn enables the
client to specify settings dynamically, rather than being limited to
configuration files. This is _a_ solution to #302. See example usage
(with lspconfig) here:
willruggiano/neovim.drv@9aa06ad.
## What is the current behavior?
There is none. The payload of this handler is currently ignored.
## What is the new behavior?
The configuration received by the handler is merged with the fs
configuration.
---------
Co-authored-by: Will Ruggiano <[email protected]>
0 commit comments