Open asparc opened 5 months ago
Those settings only affect things that happen within ruff-lsp
but the error you are getting happens before ruff-lsp
is even started since we are not even able to install ruff-lsp
in that case.
It's still a valid feature request but it's not supported now.
Alright, thanks for the clarification!
Hi,
I'm not managing to use the path/interpreter settings with LSP-ruff.
Context: I'm on a Windows machine. I have no python executable in my Path. I want ruff to use a specific python env I set up for it. I tried setting the ruff path or python interpreter with all the variations listed below, both in my
.sublime-project
and inLSP-ruff.sublime-settings
, but to no avail:(I know I'm putting it in the right place, as other settings do work as advertised, e.g.
lint.enable
works.)Still, I'm getting the following error message:
When I do put some python executable in my Path, it all works. But isn't the whole purpose of these settings that that is not necessary?