Skip to content

Commit 1d415f7

Browse files
authored
Release candidate (#18600)
* Update package version * Update Changelog * Update TPN
1 parent fcf75e7 commit 1d415f7

File tree

15 files changed

+103
-26
lines changed

15 files changed

+103
-26
lines changed

CHANGELOG.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,92 @@
11
# Changelog
22

3+
## 2022.2.0-rc (28 February 2022)
4+
5+
### Enhancements
6+
7+
1. Implement a "New Python File" command
8+
([#18376](https://github.com/Microsoft/vscode-python/issues/18376))
9+
1. Use `conda run` for conda environments for running python files and installing modules.
10+
([#18479](https://github.com/Microsoft/vscode-python/issues/18479))
11+
1. Better filename patterns for pip-requirements.
12+
(thanks [Baptiste Darthenay](https://github.com/batisteo))
13+
([#18498](https://github.com/Microsoft/vscode-python/issues/18498))
14+
15+
### Fixes
16+
17+
1. Ensure clicking "Discovering Python Interpreters" in the status bar shows the current discovery progress.
18+
([#18443](https://github.com/Microsoft/vscode-python/issues/18443))
19+
1. Fixes Pylama output parsing with MyPy. (thanks [Nicola Marella](https://github.com/nicolamarella))
20+
([#15609](https://github.com/Microsoft/vscode-python/issues/15609))
21+
1. Fix CPU load issue caused by poetry plugin by not watching directories which do not exist.
22+
([#18459](https://github.com/Microsoft/vscode-python/issues/18459))
23+
1. Explicitly add `"justMyCode": "true"` to all `launch.json` configurations.
24+
(Thanks [Matt Bogosian](https://github.com/posita))
25+
([#18471](https://github.com/Microsoft/vscode-python/issues/18471))
26+
1. Identify base conda environments inside pyenv correctly.
27+
([#18500](https://github.com/Microsoft/vscode-python/issues/18500))
28+
1. Fix for a crash when loading environments with no info.
29+
([#18594](https://github.com/Microsoft/vscode-python/issues/18594))
30+
31+
### Code Health
32+
33+
1. Remove dependency on `ts-mock-imports`.
34+
([#14757](https://github.com/Microsoft/vscode-python/issues/14757))
35+
1. Update `vsce` to `v2.6.6`.
36+
([#18411](https://github.com/Microsoft/vscode-python/issues/18411))
37+
38+
### Thanks
39+
40+
Thanks to the following projects which we fully rely on to provide some of
41+
our features:
42+
43+
- [debugpy](https://pypi.org/project/debugpy/)
44+
- [isort](https://pypi.org/project/isort/)
45+
- [jedi](https://pypi.org/project/jedi/)
46+
and [parso](https://pypi.org/project/parso/)
47+
- [jedi-language-server](https://pypi.org/project/jedi-language-server/)
48+
- [Pylance](https://github.com/microsoft/pylance-release)
49+
50+
Also thanks to the various projects we provide integrations with which help
51+
make this extension useful:
52+
53+
- Debugging support:
54+
[Django](https://pypi.org/project/Django/),
55+
[Flask](https://pypi.org/project/Flask/),
56+
[gevent](https://pypi.org/project/gevent/),
57+
[Jinja](https://pypi.org/project/Jinja/),
58+
[Pyramid](https://pypi.org/project/pyramid/),
59+
[PySpark](https://pypi.org/project/pyspark/),
60+
[Scrapy](https://pypi.org/project/Scrapy/),
61+
[Watson](https://pypi.org/project/Watson/)
62+
- Formatting:
63+
[autopep8](https://pypi.org/project/autopep8/),
64+
[black](https://pypi.org/project/black/),
65+
[yapf](https://pypi.org/project/yapf/)
66+
- Interpreter support:
67+
[conda](https://conda.io/),
68+
[direnv](https://direnv.net/),
69+
[pipenv](https://pypi.org/project/pipenv/),
70+
[poetry](https://pypi.org/project/poetry/),
71+
[pyenv](https://github.com/pyenv/pyenv),
72+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
73+
[virtualenv](https://pypi.org/project/virtualenv/)
74+
- Linting:
75+
[bandit](https://pypi.org/project/bandit/),
76+
[flake8](https://pypi.org/project/flake8/),
77+
[mypy](https://pypi.org/project/mypy/),
78+
[prospector](https://pypi.org/project/prospector/),
79+
[pylint](https://pypi.org/project/pylint/),
80+
[pydocstyle](https://pypi.org/project/pydocstyle/),
81+
[pylama](https://pypi.org/project/pylama/)
82+
- Testing:
83+
[pytest](https://pypi.org/project/pytest/),
84+
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)
85+
86+
And finally thanks to the [Python](https://www.python.org/) development team and
87+
community for creating a fantastic programming language and community to be a
88+
part of!
89+
390
## 2022.0.1 (8 February 2022)
491

592
### Fixes

ThirdPartyNotices-Distribution.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4679,8 +4679,8 @@ Copyright Angel Marin, Paul Johnston 2000 - 2009. Other contributors Greg Holt,
46794679

46804680
---------------------------------------------------------
46814681

4682-
ajv 6.10.1 - MIT
4683-
https://github.com/epoberezkin/ajv
4682+
ajv 6.12.6 - MIT
4683+
https://github.com/ajv-validator/ajv
46844684

46854685
(c) 2011 Gary Court.
46864686
Copyright 2011 Gary Court.
@@ -5984,7 +5984,7 @@ THE SOFTWARE
59845984

59855985
---------------------------------------------------------
59865986

5987-
fast-deep-equal 2.0.1 - MIT
5987+
fast-deep-equal 3.1.3 - MIT
59885988
https://github.com/epoberezkin/fast-deep-equal#readme
59895989

59905990
Copyright (c) 2017 Evgeny Poberezkin
@@ -6129,7 +6129,7 @@ THE SOFTWARE.
61296129

61306130
---------------------------------------------------------
61316131

6132-
follow-redirects 1.14.7 - MIT
6132+
follow-redirects 1.14.8 - MIT
61336133
https://github.com/follow-redirects/follow-redirects
61346134

61356135
Copyright 2014-present Olivier Lalonde <[email protected]> , James Talmage <[email protected]> , Ruben Verborgh
@@ -7245,7 +7245,7 @@ THE SOFTWARE.
72457245

72467246
---------------------------------------------------------
72477247

7248-
isort 5.10.0 - MIT
7248+
isort 5.10.1 - MIT
72497249

72507250

72517251
Copyright 2018 Google LLC

news/1 Enhancements/18376.md

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

news/1 Enhancements/18443.md

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

news/1 Enhancements/18479.md

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

news/1 Enhancements/18498.md

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

news/2 Fixes/15609.md

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

news/2 Fixes/18459.md

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

news/2 Fixes/18471.md

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

news/2 Fixes/18500.md

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

0 commit comments

Comments
 (0)