castwide / solargraph

A Ruby language server.
https://solargraph.org
MIT License
1.89k stars 158 forks source link

Support max_files in vscode settings #690

Open DoloMike opened 11 months ago

DoloMike commented 11 months ago

Requesting to support max_files in vscode settings as well. I think this would be beneficial because:

Some reactions to this answer indicate there is some agreement this should also be manageable from vscode settings (instead of only .solargraph.yml https://github.com/castwide/solargraph/issues/54#issuecomment-625633133

Open question pertaining to max_files but would be applicable to any setting that is supported in both places:

aspirisen commented 5 months ago

Any updates? That would be a useful feature

gabrielesilinic commented 1 week ago

@aspirisen @DoloMike you can solve this by having a global config. it seems like it's working for me.

the only downside is that I don't know how it would behave outside of *nix OSes

look at issue #197