Releases: microsoft/vscode-mypy
Releases · microsoft/vscode-mypy
v2024.0.0
Changes:
Feature Requests:
- #289: Engineering - cleanup TSA pipeline template parameter
Bugs:
- #237: Fix issue with missing column number
- #220: Use fnmatch instead of pathlibs match
- #215: Fix for
${fileDirname}
crash - #209: Clean Up
README.md
Others:
See More
- #318: fix: usage of
setup-node@v3
inpush-check
- #314: Remove dependabot and update packages
- #311: Update mypy to 1.11.0
- #309: fix: usage of
deprecated
version ofNode.js
- #307: Update mypy to 1.10.1
- #302: fix: deprecated document getting usage
- #297: add bug report template
- #283: Update CONTRIBUTING.md
- #290: Fix CI linting check failure
- #258: Add Mypy issue tracker to README
- #257: Update to latest
mypy
- #238: Update packages
- #235: Change default value of preferDaemon setting
- #218: Update Mypy settings descriptions
- #196: Bump actions/setup-node from 3 to 4 in /.github/actions/build-vsix
- #203: Bump actions/setup-node from 3 to 4 in /.github/actions/lint
- #205: Update packages and version for pre-release
This list of changes was auto generated.
2023.6.0
What's Changed
Enhancements
- Add Ignore Patterns by @karthiknadig in #182
Code Health
New Contributors
Full Changelog: v2023.4.0...v2023.6.0
2023.4.0
What's Changed
Enhancements
- Add reporting scope experimental setting by @karthiknadig in #108
- Introduce
preferDaemon
option in order to use non-daemon mypy on purpose by @privet-kitty in #143
Bug Fixes
- Stop using legacy
python.linting.mypyArgs
by @connorads in #107 - Fix typo in default
mypy
args by @karthiknadig in #111 - Clear diagnostic results on documents by @samskiter in #123
- Handle diagnostic clean up by @karthiknadig in #131
- Fix errors don't clearing up after being fixed (#130, #139) by @insilications in #141
- Import bundled
packaging
after path munging by @posita in #151
Code Health
- Update settings and tests by @karthiknadig in #106
- Updating minimum version of python to 3.8 by @karthiknadig in #114
- Update packages and requirements by @karthiknadig in #150
- Remove legacy path support by @karthiknadig in #149
- Fix documentation and setting tags by @karthiknadig in #152
- Added 3.12-dev python to test pipelines by @srilasya02 in #162
- Capitalize instances of "python" in user-facing text by @Jyothirmaikottu in #159
- Update usage of the word Python in setting descriptions by @antar-ghuman in #161
New Contributors
- @connorads made their first contribution in #107
- @samskiter made their first contribution in #123
- @insilications made their first contribution in #141
- @privet-kitty made their first contribution in #143
- @posita made their first contribution in #151
- @srilasya02 made their first contribution in #162
- @Jyothirmaikottu made their first contribution in #159
- @antar-ghuman made their first contribution in #161
Full Changelog: v2023.2.0...v2023.4.0
2023.2.0
What's Changed
Bug Fixes
- Fix spurious errors when using
--follow-imports=normal
by @Jammf in #76 - Remove follow-imports argument which may conflict with projects by @PeterJCLaw in #90
- Ensure filtering for stdlib excludes sysconfig data by @karthiknadig in #92
- Ensure
tool
dir is always on path by @karthiknadig in #100
Code Health
- Update packages by @karthiknadig in #101
New Contributors
- @Jammf made their first contribution in #76
- @PeterJCLaw made their first contribution in #90
Full Changelog: v2023.0.0...v2023.2.0
2023.0.0
What's Changed
Enhancements
- Link to mypy's error code documentation by @Avasam in #58
- Add support for mypy
note
s by @vidhanio in #65
Bug Fixes
- Update setting names in README by @DetachHead in #33
- Remove incorrect note from README by @DetachHead in #32
- Switch to
dmypy
by @karthiknadig in #52 - Fix off-by-one error with end column by @vidhanio in #64
- Mark virtual workspaces as unsupported in package.json by @karthiknadig in #68
Code Health
- Update packages and mypy by @karthiknadig in #51
- Engineering - update pre-release pipeline by @lszomoru in #59
New Contributors
- @DetachHead made their first contribution in #33
- @Avasam made their first contribution in #58
- @vidhanio made their first contribution in #64
Full Changelog: 2023.1.0...2023.0.0