Releases: microsoft/vscode-isort
Releases · microsoft/vscode-isort
2023.10.1
What's Changed
Bug Fixes
- Restore cell import sorting by @karthiknadig in #305
Full Changelog: v2023.10.0...v2023.10.1
2023.10.0
What's Changed
Enhancements
- Support for
isort
in server less mode by @karthiknadig in #207
Bug Fixes
- Fix for code action error using
isort
withruff
by @karthiknadig in #201 - Fix typos in settings descriptions by @Molkree in #208
- Set runtime for dependabot. by @karthiknadig in #209
- Ensure
stdin
mode is only used for unsaved or untitled files by @karthiknadig in #223 - Ensure LSP server is shutdown on extension exit by @karthiknadig in #224
- Add logging when legacy settings are used by @karthiknadig in #226
- Fix path bug and crlf issue on windows by @karthiknadig in #239
- Ensure that global settings are passed to the server by @karthiknadig in #246
- Fix category for the restart command by @karthiknadig in #270
- Bug fixes and package updates from extension template by @karthiknadig in #286
- Mark virtual workspaces as unsupported in package.json by @karthiknadig in #293
Code Health
- Remove PR Chat by @lramos15 in #167
- Fix mistype on README by @diksown in #174
- Update localization by @paulacamargo25 in #203
- Migrate to
python-lsp-jsonrpc
by @karthiknadig in #222 - Use Dependabot on local Actions by @Molkree in #213
- Update packages using
npm audit fix
by @hamirmahal in #256 - Update all dependencies by @karthiknadig in #261
- Update logging details for
isort
by @karthiknadig in #287 - Engineering - update pre-release pipeline by @lszomoru in #289
New Contributors
- @diksown made their first contribution in #174
- @Molkree made their first contribution in #208
- @hamirmahal made their first contribution in #256
Full Changelog: 2022.8.0...2023.10.0
2022.8.0
What's Changed
Bug Fixes
- Show code actions only when there are issues reported by @karthiknadig in #154
- Skip running organize import on interactive window by @karthiknadig in #155
Code Health
- Re-order settings in package.json by @karthiknadig in #156
New Contributors
- @brettcannon made their first contribution in #159
Full Changelog: 2022.6.0...2022.8.0
2022.6.0
What's Changed
Bug Fixes
- Fix for unable to read
map
issue with CodeActions by @karthiknadig in #146 - Reduce severity of import organization issue to
hints
by @karthiknadig in #149
Code Health
- Use test runner from VS Code for tests. by @karthiknadig in #123
Full Changelog: 2022.4.0...2022.6.0
2022.4.0
What's Changed
Enhancements
- Update to use latest python environment APIs by @karrtikr in #120
- Add
isort.check
setting by @karthiknadig in #125 - Set default for
isort.check
to false by @karthiknadig in #126
Bug Fixes
- Fix line endings before formatting by @karthiknadig in #104
- Fix for pydantic crash on Python 3.11 by @karthiknadig in #130
Code Health
- Update packages and fix build by @karthiknadig in #109
New Contributors
Full Changelog: 2022.2.0...2022.4.0
2022.2.0
2022.2.0
- Initial release of vscode-isort extension, with
isort
version5.10.1
.