Extension was automatically installed today by Ruff, and immediately broke with the error (screenshot) below:
"python.defaultInterpreterPath": ".venv/bin/python", is set in workspace .vscode/settings.json. All was working well before this auto install, and disabling it "python.useEnvironmentsExtension": false, "fixed" the issue.
Python features work with or without it enabled.
Extension was automatically installed today by Ruff, and immediately broke with the error (screenshot) below:
"python.defaultInterpreterPath": ".venv/bin/python",is set in workspace.vscode/settings.json. All was working well before this auto install, and disabling it"python.useEnvironmentsExtension": false,"fixed" the issue.Python features work with or without it enabled.