Open
Description
Summary
Every time I open a new vscode window I get a error card on the right bottom. Ruff does work, but it's really annoying. The "problem" is that I don't have ruff in the venv used by vscode, but I am happy with that. I want to use the bundled version without the needless noise.
Here are the logs:
2025-03-11 08:13:11.613 [info] Name: Ruff
2025-03-11 08:13:11.613 [info] Module: ruff
2025-03-11 08:13:11.613 [info] Python extension loading
2025-03-11 08:13:11.613 [info] Waiting for interpreter from python extension.
2025-03-11 08:13:11.619 [info] Python extension loaded
2025-03-11 08:13:11.622 [info] Using interpreter: /home/jpambrun/work/ml-serve/applications/orchestrator/.venv/bin/python
2025-03-11 08:13:11.634 [error] Error while trying to find the Ruff binary: Error: spawn /home/jpambrun/work/ml-serve/applications/orchestrator/.venv/bin/python ENOENT
2025-03-11 08:13:15.699 [info] Falling back to bundled executable: /home/jpambrun/.vscode-server/extensions/charliermarsh.ruff-2025.14.0-linux-x64/bundled/libs/bin/ruff
2025-03-11 08:13:15.724 [info] Resolved 'ruff.nativeServer: auto' to use the native server
2025-03-11 08:13:15.728 [info] Found Ruff 0.9.9 at /home/jpambrun/.vscode-server/extensions/charliermarsh.ruff-2025.14.0-linux-x64/bundled/libs/bin/ruff
2025-03-11 08:13:15.728 [info] Server run command: /home/jpambrun/.vscode-server/extensions/charliermarsh.ruff-2025.14.0-linux-x64/bundled/libs/bin/ruff server
2025-03-11 08:13:15.728 [info] Server: Start requested.
Version
No response