Releases: astral-sh/ruff-vscode
Releases · astral-sh/ruff-vscode
2024.0.0
What's Changed
- Update ruff README badge versions to 0.1.9 by @kieran-ryan in #375
- Bump version to 2024.0.0 by @charliermarsh in #378
- Recommend
notebook.source
actions on save by @charliermarsh in #379 - Update README.md with example for using
ruff.args
insettings.json
by @simkimsia in #283
New Contributors
- @simkimsia made their first contribution in #283
Full Changelog: 2023.60.0...2024.0.0
2023.60.0
What's Changed
- Exclude scripts directory from extension bundle by @kieran-ryan in #373
- Bump version to 2023.60.0 by @charliermarsh in #374
New Contributors
- @kieran-ryan made their first contribution in #373
Full Changelog: 2023.58.0...2023.60.0
2023.58.0
What's Changed
- Bump version to 2023.58.0 by @charliermarsh in #368
Full Changelog: 2023.56.0...2023.58.0
2023.56.0
What's Changed
- Build ARM Mac extension on M1 runners by @charliermarsh in #366
Full Changelog: 2023.54.0...2023.56.0
2023.54.0
What's Changed
- Surface Ruff errors as VS Code warnings by @charliermarsh in astral-sh/ruff-lsp#341
- Bump version to 2023.54.0 by @charliermarsh in #361
Full Changelog: 2023.52.0...2023.54.0
2023.52.0
What's Changed
- Add register-status hooks to extension by @charliermarsh in #350
- Bump Ruff version to v0.1.8 by @charliermarsh in #359
- Bump version to 2023.52.0 by @charliermarsh in #360
Full Changelog: 2023.50.0...2023.52.0
2023.50.0
What's Changed
- Avoid writing empty source on excluded files by @charliermarsh in astral-sh/ruff-lsp#317
- Bump version to 2023.50.0 by @charliermarsh in #339
Full Changelog: 2023.48.0...2023.50.0
2023.48.0
What's Changed
- Avoid removing all contents when formatting file with syntax error by @zanieb in astral-sh/ruff-lsp#314
- Bump version to 2023.48.0 by @charliermarsh in #337
Full Changelog: 2023.46.0...2023.48.0
2023.46.0
What's Changed
- Add note on isort enablement by @charliermarsh in #321
- chore: move
eslint
andprettier
configuration withinpackage.json
by @SauravMaheshkar in #322 - Change
showNotifications
to a window setting by @charliermarsh in #333 - Update with Notebook support by @dhruvmanila in #326
- Bump version to 2023.46.0 by @charliermarsh in #335
New Contributors
- @SauravMaheshkar made their first contribution in #322
- @dhruvmanila made their first contribution in #326
Full Changelog: 2023.44.0...2023.46.0
2023.44.0
Highlights
This release includes full support for using Ruff as a Python formatter via Ruff's ruff format
command.
You can configure Ruff to format Python code by marking it as your default formatter in VS Code's
settings.json
:
{
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "charliermarsh.ruff"
}
}
What's Changed
- Drop
-dev
suffix from 3.12 in CI by @zanieb in #306 - Remove experimental formatter flag by @charliermarsh in #308
- Add formatter to README by @charliermarsh in #286
- Bump Ruff to v0.1.2 by @charliermarsh in #309
- Bump version to v2023.44.0 by @charliermarsh in #310
Full Changelog: 2023.42.0...2023.44.0