Inform client of server extensions #590
Labels
addons
Tasks related to Ruby LSP addons
enhancement
New feature or request
pinned
This issue or pull request is pinned and won't be marked as stale
Once any gem can register an extension with the Ruby LSP, it may not be super clear what's going on in the server. We should start giving more visibility into this by informing the client about which extensions are running in the server.
Stretch goal for this issue: allowing turning an extension off if it's causing trouble.
I believe the easiest way of doing this would be sending a custom notification to the client (something like
ruby_lsp/extensions
) during extension activation. Then the client can handle that notification and display which extensions are available in the status centre.The text was updated successfully, but these errors were encountered: