Issues
Feature description
Hello. Congrats for this nice project.
I am in a situation where i would like to build the diagnostics which depends on external prompt from user. I can read this prompt from a global var, but the diagnostics method should also be triggered when the prompt changes.
I do wonder if there is some out of the box way of doing this without workarounds like sending didChange events, registering a different trigger for the method besides the one when buffer content changes, or even registering a method itself, i know that is not the natural way LSP works.
Help
Yes
Implementation help
No response
Issues
Feature description
Hello. Congrats for this nice project.
I am in a situation where i would like to build the diagnostics which depends on external prompt from user. I can read this prompt from a global var, but the diagnostics method should also be triggered when the prompt changes.
I do wonder if there is some out of the box way of doing this without workarounds like sending didChange events, registering a different trigger for the method besides the one when buffer content changes, or even registering a method itself, i know that is not the natural way LSP works.
Help
Yes
Implementation help
No response