Hello dear community, I'm working on integrating Apache NetBeans with Scala's LSP server and got the basics working.
The problem I'm facing is that after starting the LSP client and initialization is done with the Scala LSP Server, I need to send a command to it programmatically so that it does an indexing step it needs to do. I'm struggling to find a proper hook that gets run *after* initialization of the LSPBindings went alright. I'd greatly appreciate it if you could point me in the right direction. Thanks.
