intellij-lsp icon indicating copy to clipboard operation
intellij-lsp copied to clipboard

Add custom notifications after server initialization

Open rvansa opened this issue 6 years ago • 4 comments

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?

rvansa avatar Feb 13 '19 15:02 rvansa

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.

rvansa avatar Mar 07 '19 07:03 rvansa

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!

gtache avatar Mar 07 '19 09:03 gtache

Any updates on this issue? Is there a programmatic way to interact with the server at all? Thanks

dinvlad avatar Jun 28 '19 12:06 dinvlad

Check the https://github.com/ballerina-platform/lsp4intellij

nixel2007 avatar Jun 28 '19 13:06 nixel2007