I've installed the Ruff VS Code extension both locally and on the remote server (no standalone Ruff installation on either side). I'm developing via VS Code's SSH remote connection.
When using a conda environment with Python 3.10, the Ruff extension works perfectly. However, switching to any conda environment with Python >3.10 causes the Ruff server to crash immediately and repeatedly—it never recovers.
For comparison, I tested the extension locally (without SSH remote) using Python 3.13 conda environments, and it works without any issues.
I've installed the Ruff VS Code extension both locally and on the remote server (no standalone Ruff installation on either side). I'm developing via VS Code's SSH remote connection.
When using a conda environment with Python 3.10, the Ruff extension works perfectly. However, switching to any conda environment with Python >3.10 causes the Ruff server to crash immediately and repeatedly—it never recovers.
For comparison, I tested the extension locally (without SSH remote) using Python 3.13 conda environments, and it works without any issues.