Skip to content

Commit 5ce9884

Browse files
authored
Release prep (#19071)
* Update version number * Update Jedi language server * Update change logs * Update TPN * Update Vs Code engine
1 parent 20ff560 commit 5ce9884

19 files changed

+371
-227
lines changed

CHANGELOG.md

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

3+
## 2022.6.0 (5 May 2022)
4+
5+
### Enhancements
6+
7+
1. Rewrite support for unittest test discovery.
8+
([#17242](https://github.com/Microsoft/vscode-python/issues/17242))
9+
1. Do not require a reload when swapping between language servers.
10+
([#18509](https://github.com/Microsoft/vscode-python/issues/18509))
11+
12+
### Fixes
13+
14+
1. Do not show inherit env prompt for conda envs when running "remotely".
15+
([#18510](https://github.com/Microsoft/vscode-python/issues/18510))
16+
1. Fixes invalid regular expression logging error occurs when file paths contain special characters.
17+
(Thanks [sunyinqi0508](https://github.com/sunyinqi0508))
18+
([#18829](https://github.com/Microsoft/vscode-python/issues/18829))
19+
1. Do not prompt to select new virtual envrionment if it has already been selected.
20+
([#18915](https://github.com/Microsoft/vscode-python/issues/18915))
21+
1. Disable isort when using isort extension.
22+
([#18945](https://github.com/Microsoft/vscode-python/issues/18945))
23+
1. Remove `process` check from browser specific entry point for the extension.
24+
([#18974](https://github.com/Microsoft/vscode-python/issues/18974))
25+
1. Use built-in test refresh button.
26+
([#19012](https://github.com/Microsoft/vscode-python/issues/19012))
27+
1. Update vscode-telemetry-extractor to @vscode/[email protected].
28+
(Thanks [Quan Zhuo](https://github.com/quanzhuo))
29+
([#19036](https://github.com/Microsoft/vscode-python/issues/19036))
30+
1. Ensure 64-bit interpreters are preferred over 32-bit when auto-selecting.
31+
([#19042](https://github.com/Microsoft/vscode-python/issues/19042))
32+
33+
### Code Health
34+
35+
1. Update Jedi minimum to python 3.7.
36+
([#18324](https://github.com/Microsoft/vscode-python/issues/18324))
37+
1. Stop using `--live-stream` when using `conda run` (see https://github.com/conda/conda/issues/11209 for details).
38+
([#18511](https://github.com/Microsoft/vscode-python/issues/18511))
39+
1. Remove prompt to recommend users in old insiders program to switch to pre-release.
40+
([#18809](https://github.com/Microsoft/vscode-python/issues/18809))
41+
1. Update requirements to remove python 2.7 version restrictions.
42+
([#19060](https://github.com/Microsoft/vscode-python/issues/19060))
43+
44+
### Thanks
45+
46+
Thanks to the following projects which we fully rely on to provide some of
47+
our features:
48+
49+
- [debugpy](https://pypi.org/project/debugpy/)
50+
- [isort](https://pypi.org/project/isort/)
51+
- [jedi](https://pypi.org/project/jedi/)
52+
and [parso](https://pypi.org/project/parso/)
53+
- [jedi-language-server](https://pypi.org/project/jedi-language-server/)
54+
- [Pylance](https://github.com/microsoft/pylance-release)
55+
56+
Also thanks to the various projects we provide integrations with which help
57+
make this extension useful:
58+
59+
- Debugging support:
60+
[Django](https://pypi.org/project/Django/),
61+
[Flask](https://pypi.org/project/Flask/),
62+
[gevent](https://pypi.org/project/gevent/),
63+
[Jinja](https://pypi.org/project/Jinja/),
64+
[Pyramid](https://pypi.org/project/pyramid/),
65+
[PySpark](https://pypi.org/project/pyspark/),
66+
[Scrapy](https://pypi.org/project/Scrapy/),
67+
[Watson](https://pypi.org/project/Watson/)
68+
- Formatting:
69+
[autopep8](https://pypi.org/project/autopep8/),
70+
[black](https://pypi.org/project/black/),
71+
[yapf](https://pypi.org/project/yapf/)
72+
- Interpreter support:
73+
[conda](https://conda.io/),
74+
[direnv](https://direnv.net/),
75+
[pipenv](https://pypi.org/project/pipenv/),
76+
[poetry](https://pypi.org/project/poetry/),
77+
[pyenv](https://github.com/pyenv/pyenv),
78+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
79+
[virtualenv](https://pypi.org/project/virtualenv/)
80+
- Linting:
81+
[bandit](https://pypi.org/project/bandit/),
82+
[flake8](https://pypi.org/project/flake8/),
83+
[mypy](https://pypi.org/project/mypy/),
84+
[prospector](https://pypi.org/project/prospector/),
85+
[pylint](https://pypi.org/project/pylint/),
86+
[pydocstyle](https://pypi.org/project/pydocstyle/),
87+
[pylama](https://pypi.org/project/pylama/)
88+
- Testing:
89+
[pytest](https://pypi.org/project/pytest/),
90+
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)
91+
92+
And finally thanks to the [Python](https://www.python.org/) development team and
93+
community for creating a fantastic programming language and community to be a
94+
part of!
95+
396
## 2022.4.1 (7 April 2022)
497

598
### Fixes

0 commit comments

Comments
 (0)