Releases: microsoft/vscode-pylint
Releases · microsoft/vscode-pylint
v2025.3.10651008
Changes:
Bugs:
- #723: Gracefully handle OSError in change_cwd
- #716: Template Sync: Prefer Python Environments extension for interpreter resolution with legacy fallback
- #712: Sync with template: expand get_cwd() variable substitution
- #705: Sync with template: Fix duplicate server handlers on concurrent restarts
Others:
- #733: Enable publishing by default in pre-release pipeline
- #732: Use
contextlib.suppressinstead oftry-except-pass - #731: Exclude
.dist-infodirectories from extension package - #730: Fix glob pattern for
.pycfiles in.vscodeignore
See More
- #721: Rewrite extension-template-sync to detect unsynced PRs and create issues
- #720: Add automated tests for interpreter resolution
- #711: Bump glob from 13.0.5 to 13.0.6 in the npm-minor-patch group
- #715: Bump minimatch
- #710: Bump actions/download-artifact from 6.0.0 to 7.0.0
- #709: Bump github/gh-aw from 0.47.5 to 0.50.4 in the github-actions-minor-patch group
- #714: Add loading message and related issues section to triage workflow
- #713: Update template sync workflow and add copilot instructions
- #701: Agentic Workflow: Extension template sync
- #703: Fix: Add self-checkout step to issue-triage workflow
- #699: Agentic Workflow: Check tool repo for issue triage
This list of changes was auto generated.
v2025.3.10552056
Changes:
This list of changes was auto generated.
v2025.3.10550347
Changes:
Feature Requests:
- #687: Add loading indicator
- #686: Add automatic server restart on pylint config file changes
- #646: Add score in statusbar
Others:
- #692: Agentic Workflow: Update Python versions using JSON endpoint
- #695: Disable CI trigger in stable pipeline
- #697: Agentic Workflow: Check issues on Python Tools Extension Template
- #694: add nuget for pipeline
- #691: Bump nox from 2025.11.12 to 2026.2.9
See More
- #690: Bump actions/download-artifact from 6.0.0 to 7.0.0
- #689: Bump github/gh-aw from 0.43.22 to 0.46.1 in the github-actions-minor-patch group
- #688: Bump glob from 13.0.3 to 13.0.5 in the npm-minor-patch group
- #693: update build template
- #685: Agentic Workflow: Update Python requirements annually
- #684: Align PYTHON_MINOR constant with CI minimum of 3.10
- #682: Bump the npm-minor-patch group with 7 updates
- #683: Bump glob from 10.4.1 to 13.0.2
- #674: Bump @vscode/vsce from 2.27.0 to 2.32.0
- #681: Bump qs from 6.12.1 to 6.14.2
- #679: Bump pip-tools from 7.5.2 to 7.5.3 in the pip-minor-patch group
- #673: Bump sinon from 18.0.0 to 18.0.1
- #671: Bump chai from 4.4.1 to 4.5.0
- #668: Bump GabrielBB/xvfb-action from 1.6 to 1.7 in the github-actions-minor-patch group
- #680: Update dependabot to final version
- #663: Group Dependabot PRs
- #644: Upgrade requirements automatically
- #643: Update min version (3.10) and requirements
- #645: pygls -> 2.0
- #629: Bump jws
- #627: convert to azure pipeline
- #615: Update Node.js to 22.17.0 and modernize CI configuration
- #612: chore: update brace-expansion to version 2.0.2 and tar-fs to version 2.1.3
- #604: update to node 20
- #601: bump to 2025.3.0
This list of changes was auto generated.
v2025.2.0
v2024.2.0
v2024.0.0
Changes:
Feature Requests:
- #531: Engineering - cleanup TSA pipeline template parameter
- #475: Add
enabledsetting to control linting
Bugs:
- #524: Add logic to replace tilde with home environment
- #457: Fix for code action performance issue with pylint
- #449: Update glob pattern docs link
- #452: Use fnmatch instead of pathlibs match
- #447: Fix for
${fileDirname}crash
Others:
See More
- #573: Update release version for extension
- #571: Update to the latest
pylint - #508: Bump actions/cache from 3 to 4 in /.github/actions/build-vsix
- #507: Bump actions/cache from 3 to 4 in /.github/actions/lint
- #566: Update to latest
pylint - #545: add bug report template
- #526: Update packages and fix linting issues
- #497: Update dependencies
- #496: Add link to pylint issue tracker to README
- #477: Update README.md
- #469: Bump actions/github-script from 6 to 7
- #451: pip(deps-dev): bump black from 23.10.1 to 23.11.0
- #440: Update ci and build scripts
- #438: Bump sinon from 17.0.0 to 17.0.1
- #439: Bump actions/setup-node from 3 to 4 in /.github/actions/build-vsix
- #437: Bump actions/setup-node from 3 to 4 in /.github/actions/lint
- #435: Update version for pre-release
This list of changes was auto generated.
2023.10.1
Bug fixes
- Update glob pattern docs link by @luabud in #449
- Use
fnmatchinstead ofpathlibby @Mutantpenguin in #452 - Fix for crash using
${fileDirname}for cwd by @karthiknadig in #447
Full Changelog: v2023.10.0...v2023.10.1
2023.10.0
What's Changed
Enhancements
- Adds ignore pattern filter settings by @karthiknadig in #415
- Add missing linting features by @karthiknadig in #422
Bug Fixes
- Fix for caching issue by @karthiknadig in #416
Code Health
- Fixed capitalization of "Python" in user-facing text by @HVbajoria in #390
- Clean up after deprecating legacy settings by @karthiknadig in #423
- Add more details to README and settings descriptions by @luabud in #430
New Contributors
- @HVbajoria made their first contribution in #390
Full Changelog: v2023.8.1...v2023.10.0
2023.8.1
What's Changed
Bug Fixes
- Fix for caching issue by @karthiknadig in #417
Full Changelog: v2023.8.0...v2023.8.1
v2023.8.0
What's Changed
Enhancements
- Support linting on change by @karthiknadig in #368
Bug Fixes
- Ensure filtering for stdlib excludes sysconfig data by @karthiknadig in #356
- Ensure
tooldir is always on path by @karthiknadig in #367 - Updated default interpreter description in README.md by @aku1310 in #393
Code Health
- Disable GH tags on pre-release by @karthiknadig in #352
- Add more settings and resolver tests by @karthiknadig in #365
- Update packages by @karthiknadig in #359
- Add Python 3.12-dev to tests actions by @rr2203 in #398
- Update to latest version of packages and python by @karthiknadig in #408
- Update to latest pylint 3.0.1 by @karthiknadig in #411
New Contributors
Full Changelog: v2023.6.0...v2023.8.0