Skip to content

Releases: astral-sh/ruff-vscode

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

2024.16.0

06 Mar 23:58
e946358
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.14.0...2024.16.0

2024.14.0

29 Feb 18:13
a866e12
Compare
Choose a tag to compare

What's Changed

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

  • Update README.md to recommend "explicit" actions by @iulica in #416

New Contributors

Full Changelog: 2024.12.0...2024.14.0

2024.12.0

20 Feb 18:40
48824cb
Compare
Choose a tag to compare

What's Changed

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

As of v0.2.2, Ruff now accepts configuration for arbitrary settings on command-line arguments via
the --config flag, which in turn allows for configuration arbitrary settings within the VS Code
extension.

For example, to set Ruff's lint.isort.combine-as-imports setting to false, add the following to
your settings.json:

{
  "ruff.lint.args": ["--config", "lint.isort.combine-as-imports=false"]
}

New Contributors

Full Changelog: 2024.10.0...2024.12.0

2024.10.0

05 Feb 23:05
8664a94
Compare
Choose a tag to compare

What's Changed

This release includes support for "Format Selection" (i.e., the ability to format specific lines
within a source file) for Ruff v0.2.1 and later.

Full Changelog: 2024.8.0...2024.10.0

2024.8.0

02 Feb 03:48
14d7665
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 2024.6.0...2024.8.0