Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for didChangeConfiguration notification #26

Open
fhs opened this issue Nov 12, 2019 · 1 comment
Open

Add support for didChangeConfiguration notification #26

fhs opened this issue Nov 12, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@fhs
Copy link
Collaborator

fhs commented Nov 12, 2019

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 fhs added the enhancement New feature or request label Nov 12, 2019
@djmoch
Copy link

djmoch commented Apr 27, 2024

+1 for this. Currently python-lsp-server (a maintained fork of pyls) only receives configuration via didChangeConfiguration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants