Skip to content

Releases: astral-sh/ruff-vscode

2024.36.0

24 Jul 19:43
0757a29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2024.34.0...2024.36.0

2024.34.0

19 Jul 12:53
45fb46d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.32.0...2024.34.0

2024.32.0

18 Jul 17:32
2dd2871
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.30.0...2024.32.0

2024.30.0

27 Jun 17:01
3b56f9a
Compare
Choose a tag to compare

What's Changed

This release upgrades the bundled Ruff version to v0.5.0. Check out the blog post for a migration guide and overview of the changes!

This release also adds a new showSyntaxErrors setting that controls whether Ruff shows syntax errors.
Disabling the syntax errors can be helpful when using the Ruff extension with other Python extensions that also show syntax errors.

Full Changelog: 2024.28.0...2024.30.0

2024.28.0

19 Jun 16:19
646ab53
Compare
Choose a tag to compare

What's Changed

This release upgrades the bundled Ruff version to v0.4.9, which includes a number of bug fixes
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.26.0...2024.28.0

2024.26.0

05 Jun 18:19
969d0c6
Compare
Choose a tag to compare

What's Changed

This release upgrades the bundled Ruff version to v0.4.8, which includes a number of bug fixes 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.24.0...2024.26.0

2024.24.0

31 May 23:19
d90b889
Compare
Choose a tag to compare

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

2024.22.0

23 May 02:04
136d70a
Compare
Choose a tag to compare

What's Changed

This release upgrades the bundled Ruff version to v0.4.5.

This release also stabilizes ruff server as an available feature, along with its new configuration options. ruff server supports the same feature set as ruff-lsp, powering linting, formatting, and code fixes in Ruff's editor integrations -- but with superior performance and no installation required. We'd love your feedback!

To start using ruff server, refer to the README.

Full Changelog: 2024.20.0...2024.22.0

2024.20.0

19 Apr 13:08
332b4de
Compare
Choose a tag to compare

What's Changed

This release upgrades the bundled Ruff version to v0.4.1.

Full Changelog: 2024.18.0...2024.20.0

2024.18.0

18 Apr 20:55
3c74b7e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2024.14.0...2024.18.0