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
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.
The text was updated successfully, but these errors were encountered:
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 aL
sub-command for it.Support for this was added to gopls recently. This can be used to change Go build tags dynamically.
The text was updated successfully, but these errors were encountered: