How can I add extra params to the LSP client during the runtime? #252
-
Beta Was this translation helpful? Give feedback.
Answered by
VonHeikemen
May 15, 2023
Replies: 1 comment 5 replies
-
Do you mean after the LSP has started? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe you'll have to send a "notification" to the LSP server. You'll need to do something like this.
For this to work your LSP server has to implement
workspace/didChangeConfiguration
.