2024.24.0
What's Changed
This release upgrades the bundled Ruff version to v0.4.7
, which includes a number of bug fxies
and improvements to ruff server
.
To start using ruff server
, add the following to your settings.json
:
{
"ruff.nativeServer": true
}
Or see the README
for more.
Full Changelog: 2024.22.0...2024.24.0