huggingface / llm-ls

LSP server leveraging LLMs for code completion (and more?)
Apache License 2.0
553 stars 43 forks source link

Respect XDG environment variables #90

Open life00 opened 4 months ago

life00 commented 4 months ago

After installing the LS it seems that it ignores XDG environment variables, specifically ${XDG_CACHE_HOME} variable. It has ~/.cache directory hard coded. I suggest adding a functionality that would check for set XDG variables.

McPatate commented 1 month ago

Feel free to open a PR, I'll see if I can do it when I have the bandwidth.