Skip to content

Commit 2b431b3

Browse files
karthiknadigKartik Rajkimadeline
authored
mergeback release to main (#18502)
* Fix conda run output marker script (#18412) (#18413) * Fix marker script support for '-c' flag (#18418) * Fix the interpreter selected by 'new venv' prompt (#18417) * Update version and changelog for release (#18421) * Use older way of launching debugger when using conda less than 4.9.0 (#18451) * CI failures: Pin prospector to 1.6.0, pytest to < 7.0.0, and fix linting issues with flake8 3.9.2 (#18446) * See if pinning pip works * Pin in pr check * Pin pip everywhere else * angery * Undo pip changes * Pin pytest < 7.0.0 * Fix linting? * Update release version and change log for point release (#18470) * Update release version and change log for point release * update changelog * Fix `invalid patch string` error when using conda (#18481) * Fix `invalid patch string` error when using conda * Fix tests * Update change log * Cleanup news files Co-authored-by: Kartik Raj <karraj@microsoft.com> Co-authored-by: Kim-Adeline Miguel <51720070+kimadeline@users.noreply.github.com>
1 parent 33476c4 commit 2b431b3

File tree

3 files changed

+62
-3
lines changed

3 files changed

+62
-3
lines changed

CHANGELOG.md

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,67 @@
11
# Changelog
22

3-
## 2022.0.0-rc (31 January 2022)
3+
## 2022.0.1 (8 February 2022)
4+
5+
### Fixes
6+
7+
1. Fix `invalid patch string` error when using conda.
8+
([#18455](https://github.com/Microsoft/vscode-python/issues/18455))
9+
1. Revert to old way of running debugger if conda version less than 4.9.0.
10+
([#18436](https://github.com/Microsoft/vscode-python/issues/18436))
11+
12+
### Thanks
13+
14+
Thanks to the following projects which we fully rely on to provide some of
15+
our features:
16+
17+
- [debugpy](https://pypi.org/project/debugpy/)
18+
- [isort](https://pypi.org/project/isort/)
19+
- [jedi](https://pypi.org/project/jedi/)
20+
and [parso](https://pypi.org/project/parso/)
21+
- [jedi-language-server](https://pypi.org/project/jedi-language-server/)
22+
- [Pylance](https://github.com/microsoft/pylance-release)
23+
24+
Also thanks to the various projects we provide integrations with which help
25+
make this extension useful:
26+
27+
- Debugging support:
28+
[Django](https://pypi.org/project/Django/),
29+
[Flask](https://pypi.org/project/Flask/),
30+
[gevent](https://pypi.org/project/gevent/),
31+
[Jinja](https://pypi.org/project/Jinja/),
32+
[Pyramid](https://pypi.org/project/pyramid/),
33+
[PySpark](https://pypi.org/project/pyspark/),
34+
[Scrapy](https://pypi.org/project/Scrapy/),
35+
[Watson](https://pypi.org/project/Watson/)
36+
- Formatting:
37+
[autopep8](https://pypi.org/project/autopep8/),
38+
[black](https://pypi.org/project/black/),
39+
[yapf](https://pypi.org/project/yapf/)
40+
- Interpreter support:
41+
[conda](https://conda.io/),
42+
[direnv](https://direnv.net/),
43+
[pipenv](https://pypi.org/project/pipenv/),
44+
[poetry](https://pypi.org/project/poetry/),
45+
[pyenv](https://github.com/pyenv/pyenv),
46+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
47+
[virtualenv](https://pypi.org/project/virtualenv/)
48+
- Linting:
49+
[bandit](https://pypi.org/project/bandit/),
50+
[flake8](https://pypi.org/project/flake8/),
51+
[mypy](https://pypi.org/project/mypy/),
52+
[prospector](https://pypi.org/project/prospector/),
53+
[pylint](https://pypi.org/project/pylint/),
54+
[pydocstyle](https://pypi.org/project/pydocstyle/),
55+
[pylama](https://pypi.org/project/pylama/)
56+
- Testing:
57+
[pytest](https://pypi.org/project/pytest/),
58+
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)
59+
60+
And finally thanks to the [Python](https://www.python.org/) development team and
61+
community for creating a fantastic programming language and community to be a
62+
part of!
63+
64+
## 2022.0.0 (3 February 2022)
465

566
### Enhancements
667

news/2 Fixes/18436.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/18455.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)