Skip to content

Releases: astral-sh/ruff-vscode

2024.42.0

16 Aug 19:35
7f9ea75
Compare
Choose a tag to compare

What's Changed

  • Fix ruff discovery for paths containing symbols that can't be represented by the local encoding by @MichaReiser in #584
  • Bump version to 2024.42.0 by @AlexWaygood in #587

Full Changelog: 2024.40.0...2024.42.0

2024.40.0

09 Aug 13:29
d84e14b
Compare
Choose a tag to compare

What's Changed

The previous release failed to upload some artifacts to the Open VSX registry due to the registry being down. This release is a re-release of 2024.38.0 to ensure that users of that registry aren't affected.

Note: The VS Code marketplace contains all the artifacts for 2024.38.0.

Full Changelog: 2024.38.0...2024.40.0

2024.38.0

08 Aug 16:20
21f3ede
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2024.36.0...2024.38.0

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