| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2026.64.0 source code.tar.gz | 2026-07-23 | 144.1 kB | |
| 2026.64.0 source code.zip | 2026-07-23 | 165.9 kB | |
| README.md | 2026-07-23 | 1.0 kB | |
| Totals: 3 Items | 311.0 kB | 1 | |
What's Changed
- Make the Python extension an optional dependency by @ntBre in https://github.com/astral-sh/ruff-vscode/pull/1110
The ms-python.python extension is now optional and replaced with a dependency on the lighter-weight ms-python.vscode-python-envs extension. To accommodate this, the lowest supported VS Code version has also been raised to version 1.100. If you prefer to continue using the Python extension, you can install it, add the following to your User Settings, and reload VS Code:
json
{
"python.useEnvironmentsExtension": false
}
Note, however, that the Python Environments extension must remain installed and enabled for Ruff to activate.
- Document how to revert to Python extension by @ntBre in https://github.com/astral-sh/ruff-vscode/pull/1111
- Upgrade the bundled Ruff version to 0.16.0 by @ntBre in https://github.com/astral-sh/ruff-vscode/pull/1113
Full Changelog: https://github.com/astral-sh/ruff-vscode/compare/2026.62.0...2026.64.0