I am developing an add-on for Rake:
https://github.com/kozy4324/ruby-lsp-rake
I’d like to configure rubyLsp.indexing.includedPatterns from my add-on to include a pattern like **/Rakefile* , but it seems there is no way to do so. How can I configure this? Or do you have any plans to create an API for such a use case? If adding such an API is possible, I’d be happy to submit a pull request. Thank you for your consideration!