Releases: microsoft/vscode-black-formatter
Releases · microsoft/vscode-black-formatter
2023.4.1
What's Changed
Bug Fixes
- Ensure we use
typed-ast==1.5.4by @karthiknadig in #270
Full Changelog: v2023.4.0...v2023.4.1
2023.4.0
What's Changed
Bug Fixes
- Ensure variable substitutions have right context by @karthiknadig in #216
- Ensure black is always added as fallback by @karthiknadig in #228
- Use workspace scope when reading interpreter setting by @karthiknadig in #229
- Fix propagating import strategy in multi-root case by @karthiknadig in #237
- Ensure python is always requested using uri. by @karthiknadig in #239
- Mark virtual workspaces as unsupported in package.json by @karthiknadig in #256
Code Health
- Updating to node 16 along with all the dependencies by @karthiknadig in #227
- Sorted package.json for readability by @kev-odin in #235
- Package updates and minor fixes by @karthiknadig in #246
- Update logging details in readme by @karthiknadig in #247
- Engineering - update pre-release pipeline by @lszomoru in #249
- Engineering - re-enable Terrapin by @lszomoru in #253
New Contributors
Full Changelog: 2023.2.0...2023.4.0
2023.2.0
What's Changed
Bug Fixes
- Update LSP server to use lsprotocol. by @karthiknadig in #172
- Fix filenames to avoid shadowing by @karthiknadig in #190
- Ensure that the selected workspace is usable. by @karthiknadig in #192
Code Health
- Remove PR Chat by @lramos15 in #151
- Update localization by @paulacamargo25 in #175
- Remove redundant activation events by @karthiknadig in #184
- Update extension to latest extension template by @karthiknadig in #199
Full Changelog: 2022.6.0...2023.2.0
2022.6.0
What's Changed
Enhancements
- Update to use latest python environment APIs by @karrtikr in #134
- Settings to notify user on formatting errors by @Bobronium in #59
Bug Fixes
- Fix missing
typed_astwhen using python 3.7 by @karthiknadig in #113 - Handle file without workspace scenario by @karthiknadig in #140
- Fix for pydantic crash on Python 3.11 by @karthiknadig in #141
Code Health
- Update packages and fix build by @karthiknadig in #125
New Contributors
- @Bobronium made their first contribution in #59
- @lramos15 made their first contribution in #115
- @karrtikr made their first contribution in #134
Full Changelog: 2022.4.0...2022.6.0
2022.4.0
What's Changed
Enhancements
- Add localization support. by @karthiknadig in #84
- Add more context around the extension in readme. by @afeld in #85
Code Health
- Update packages. by @karthiknadig in #96
- Update black formatter extension to latest extension template. by @karthiknadig in #108
New Contributors
Full Changelog: 2022.2.0...2022.4.0
2022.2.0
2022.2.0
- Initial release of vscode-black-formatter extension, with
blackversion22.3.0.