acme-lsp icon indicating copy to clipboard operation
acme-lsp copied to clipboard

Add support for didChangeConfiguration notification

Open fhs opened this issue 5 years ago • 1 comments

Currently, we can configure LSP servers through the acme-lsp config file, but LSP also supports changing configuration dynamically through the didChangeConfiguration notification. We should add a L sub-command for it.

Support for this was added to gopls recently. This can be used to change Go build tags dynamically.

fhs avatar Nov 12 '19 19:11 fhs