Correct configuration file from general index.yml in root of project with relocating it to already existing .ruby-lsp folder.
I have checked that this feature is not already implemented
- [X] This feature does not exist
Use case
It should eliminate confusion and do not block general file name for specific purposes of projects.
Description
Currently configuration file .index.yml has too general name relative to root of a project and thus do not represent purpose properly. Described in this Readme chapter https://github.com/Shopify/ruby-lsp#configuring-code-indexing.
There is .ruby-lsp folder that is created in root of a project. I think this .index.yml file should be stored and read from that folder.
Implementation
No response
This issue is being marked as stale because there was no activity in the last 2 months
We're discussing if this is the right approach: https://github.com/Shopify/ruby-lsp/pull/1434#issuecomment-2018723331
We are planning to deprecate the .index.yml file: https://github.com/Shopify/ruby-lsp/issues/2156