Releases: microsoft/vscode-pylint
Releases · microsoft/vscode-pylint
2023.2.0
What's Changed
Enhancements
- Add support for quick fixes resolved by formatting or import organization by @karthiknadig in #218
- Add support for legacy
python.linting.cwdsetting by @karthiknadig in #251
Bug Fixes
- Change internal file names to avoid shadowing by @karthiknadig in #244
- Ensure current working dir is on
sys.pathforpylintby @karthiknadig in #254 - Add support for
python.analysis.extraPathsextra paths by @karthiknadig in #255 - Ensure LSP server is shutdown on extension exit by @karthiknadig in #264
- Use
--clear-cache-post-runwhen running pylint >= 2.16 and <3 by @karthiknadig in #267
Code Health
- Remove PR Chat by @lramos15 in #221
- Use
lsprotocolfor the lsp base by @karthiknadig in #243 - Bump mheap/github-action-required-labels from 2 to 3 by @dependabot in #237
- Update localization by @paulacamargo25 in #248
- Switch to logging via VS Code logging by @karthiknadig in #250
- Set Dependabot Python version by @karthiknadig in #252
- Remove redundant activation events by @karthiknadig in #256
Full Changelog: 2022.6.0...2023.2.0
2022.6.0
What's Changed
Enhancements
- Code Action fixes using existing command by @karthiknadig in #172
- Add code action to format code when there's a "trailing newlines" warning by @jjmacklin in #189
- Update to use latest python environment APIs by @karrtikr in #198
- Feature/trailing whitespace by @jjmacklin in #203
Bug Fixes
- Fix path tests. by @karthiknadig in #171
- Fix for pydantic crash on Python 3.11 by @karthiknadig in #207
Code Health
- Update packages. by @karthiknadig in #170
- Re-ordering settings in package.json alphabetically. by @kate-kee in #188
New Contributors
- @lramos15 made their first contribution in #166
- @jjmacklin made their first contribution in #189
- @kate-kee made their first contribution in #188
- @karrtikr made their first contribution in #198
Full Changelog: 2022.4.0...2022.6.0
2022.4.0
What's Changed
Enhancements
- Add localization support. by @karthiknadig @paulacamargo25 in #134
Bug Fixes
- Fix issue with multi-root multi-python. by @karthiknadig in #156
Code Health
- Update to latest extension template by @karthiknadig in #147
- Handle multi-python scenario using subprocess. by @karthiknadig in #103
- Update bundled packages. by @karthiknadig in #140
Full Changelog: 2022.2.0...2022.4.0
2022.2.0
2022.2.0
- Initial release of vscode-pylint extension, with
pylintversion2.14.1.