Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 90 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,95 @@
# Changelog

## 2022.4.0-rc (28 March 2022)

### Enhancements

1. Use new pre-release mechanism to install insiders.
([#18144](https://github.com/Microsoft/vscode-python/issues/18144))
1. Add support for detection and selection of conda environments lacking a python interpreter.
([#18357](https://github.com/Microsoft/vscode-python/issues/18357))
1. Retains the state of the Tensorboard webview.
([#18591](https://github.com/Microsoft/vscode-python/issues/18591))
1. Move interpreter info status bar item to the right.
([#18710](https://github.com/Microsoft/vscode-python/issues/18710))
1. `debugpy` updated to version `v1.6.0`.
([#18795](https://github.com/Microsoft/vscode-python/issues/18795))

### Fixes

1. Properly dismiss the error popup dialog when having a linter error. (Thanks [Virgil Sisoe](https://github.com/sisoe24))
([#18553](https://github.com/Microsoft/vscode-python/issues/18553))
1. Python files are no longer excluded from Pytest arguments during test discovery.
(thanks [Marc Mueller](https://github.com/cdce8p/))
([#18562](https://github.com/Microsoft/vscode-python/issues/18562))
1. Fixes regression caused due to using `conda run` for executing files.
([#18634](https://github.com/Microsoft/vscode-python/issues/18634))
1. Use `conda run` to get the activated environment variables instead of activation using shell scripts.
([#18698](https://github.com/Microsoft/vscode-python/issues/18698))

### Code Health

1. Remove old settings migrator.
([#14334](https://github.com/Microsoft/vscode-python/issues/14334))
1. Remove old language server setting migration.
([#14337](https://github.com/Microsoft/vscode-python/issues/14337))
1. Remove dependency on other file system watchers.
([#18381](https://github.com/Microsoft/vscode-python/issues/18381))
1. Update TypeScript version to 4.5.5.
([#18602](https://github.com/Microsoft/vscode-python/issues/18602))

### Thanks

Thanks to the following projects which we fully rely on to provide some of
our features:

- [debugpy](https://pypi.org/project/debugpy/)
- [isort](https://pypi.org/project/isort/)
- [jedi](https://pypi.org/project/jedi/)
and [parso](https://pypi.org/project/parso/)
- [jedi-language-server](https://pypi.org/project/jedi-language-server/)
- [Pylance](https://github.com/microsoft/pylance-release)

Also thanks to the various projects we provide integrations with which help
make this extension useful:

- Debugging support:
[Django](https://pypi.org/project/Django/),
[Flask](https://pypi.org/project/Flask/),
[gevent](https://pypi.org/project/gevent/),
[Jinja](https://pypi.org/project/Jinja/),
[Pyramid](https://pypi.org/project/pyramid/),
[PySpark](https://pypi.org/project/pyspark/),
[Scrapy](https://pypi.org/project/Scrapy/),
[Watson](https://pypi.org/project/Watson/)
- Formatting:
[autopep8](https://pypi.org/project/autopep8/),
[black](https://pypi.org/project/black/),
[yapf](https://pypi.org/project/yapf/)
- Interpreter support:
[conda](https://conda.io/),
[direnv](https://direnv.net/),
[pipenv](https://pypi.org/project/pipenv/),
[poetry](https://pypi.org/project/poetry/),
[pyenv](https://github.com/pyenv/pyenv),
[venv](https://docs.python.org/3/library/venv.html#module-venv),
[virtualenv](https://pypi.org/project/virtualenv/)
- Linting:
[bandit](https://pypi.org/project/bandit/),
[flake8](https://pypi.org/project/flake8/),
[mypy](https://pypi.org/project/mypy/),
[prospector](https://pypi.org/project/prospector/),
[pylint](https://pypi.org/project/pylint/),
[pydocstyle](https://pypi.org/project/pydocstyle/),
[pylama](https://pypi.org/project/pylama/)
- Testing:
[pytest](https://pypi.org/project/pytest/),
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)

And finally thanks to the [Python](https://www.python.org/) development team and
community for creating a fantastic programming language and community to be a
part of!

## 2022.2.0 (3 March 2022)

### Enhancements
Expand Down
5,419 changes: 867 additions & 4,552 deletions ThirdPartyNotices-Distribution.txt

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion news/1 Enhancements/18144.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/18357.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/18591.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/18710.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/18795.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/18553.md

This file was deleted.

2 changes: 0 additions & 2 deletions news/2 Fixes/18562.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/18634.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/18698.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3 Code Health/14334.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3 Code Health/14337.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3 Code Health/18381.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3 Code Health/18602.md

This file was deleted.

40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "python",
"displayName": "Python",
"description": "IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.",
"version": "2022.3.0-dev",
"version": "2022.4.0-rc",
"featureFlags": {
"usingNewInterpreterStorage": true
},
Expand Down