You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating the VS Code Ruff plugin to version 2024.32.0, I encountered an issue where the plugin fails to find the Ruff binary when the path contains spaces. The error message suggests that the path is being split into two parts, causing the command to fail. This issue did not exist in the previous version of the plugin.
Error Message:
[error]ErrorwhiletryingtofindtheRuffbinary:Error:Commandfailed:d:\LeetCodeSolutions\.venv\Scripts\python.exec:\Users\YlguYtrid\.vscode\extensions\charliermarsh.ruff-2024.32.0-win32-x64\bundled\tool\find_ruff_binary_path.pyC:\Users\YlguYtrid\AppData\Local\Programs\Python\Python312\python.exe:can't open file 'c:\\Users\\Ylgu': [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered:
I'm sorry you're running into this. I think this should be fixed with astral-sh/ruff#12394 However, it seems that it was only released as a pre-release. Let me double check why this is.
After updating the VS Code Ruff plugin to version 2024.32.0, I encountered an issue where the plugin fails to find the Ruff binary when the path contains spaces. The error message suggests that the path is being split into two parts, causing the command to fail. This issue did not exist in the previous version of the plugin.
Error Message:
The text was updated successfully, but these errors were encountered: