2023.10.0
·
1 commit
to release/2023.10
since this release
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