intellij-lsp
intellij-lsp copied to clipboard
Add custom notifications after server initialization
I am trying to use LSP with YAML language server - okay, already mentioned in #55 - and checking on vscode-yaml sources I found that I need to send some notifications with schema mapping to the server. I haven't found a way to do that from LSP plugin configuration, can you provide any hints?
According to https://github.com/redhat-developer/yaml-language-server/issues/123 this plugin does not handle didChangeConfigurationRequest. So I guess that makes this issue a feature request.
Sorry for the delay, I wasn't seeing how to do that, but now it seems more clear. I'll add it to the roadmap then!
Any updates on this issue? Is there a programmatic way to interact with the server at all? Thanks
Check the https://github.com/ballerina-platform/lsp4intellij