Skip to content

Commit 34402e1

Browse files
authored
Update version and change log. (#19217)
1 parent 4b0d790 commit 34402e1

File tree

3 files changed

+62
-8
lines changed

3 files changed

+62
-8
lines changed

CHANGELOG.md

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

3+
## 2022.6.3 (31May 2022)
4+
5+
### Fixes
6+
7+
1. Update to latest LS client (v8.0.2) and server (v8.0.2) that contain fixes for language server start/stop scenarios.
8+
([#19215](https://github.com/Microsoft/vscode-python/issues/19215))
9+
10+
### Thanks
11+
12+
Thanks to the following projects which we fully rely on to provide some of
13+
our features:
14+
15+
- [debugpy](https://pypi.org/project/debugpy/)
16+
- [isort](https://pypi.org/project/isort/)
17+
- [jedi](https://pypi.org/project/jedi/)
18+
and [parso](https://pypi.org/project/parso/)
19+
- [jedi-language-server](https://pypi.org/project/jedi-language-server/)
20+
- [Pylance](https://github.com/microsoft/pylance-release)
21+
22+
Also thanks to the various projects we provide integrations with which help
23+
make this extension useful:
24+
25+
- Debugging support:
26+
[Django](https://pypi.org/project/Django/),
27+
[Flask](https://pypi.org/project/Flask/),
28+
[gevent](https://pypi.org/project/gevent/),
29+
[Jinja](https://pypi.org/project/Jinja/),
30+
[Pyramid](https://pypi.org/project/pyramid/),
31+
[PySpark](https://pypi.org/project/pyspark/),
32+
[Scrapy](https://pypi.org/project/Scrapy/),
33+
[Watson](https://pypi.org/project/Watson/)
34+
- Formatting:
35+
[autopep8](https://pypi.org/project/autopep8/),
36+
[black](https://pypi.org/project/black/),
37+
[yapf](https://pypi.org/project/yapf/)
38+
- Interpreter support:
39+
[conda](https://conda.io/),
40+
[direnv](https://direnv.net/),
41+
[pipenv](https://pypi.org/project/pipenv/),
42+
[poetry](https://pypi.org/project/poetry/),
43+
[pyenv](https://github.com/pyenv/pyenv),
44+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
45+
[virtualenv](https://pypi.org/project/virtualenv/)
46+
- Linting:
47+
[bandit](https://pypi.org/project/bandit/),
48+
[flake8](https://pypi.org/project/flake8/),
49+
[mypy](https://pypi.org/project/mypy/),
50+
[prospector](https://pypi.org/project/prospector/),
51+
[pylint](https://pypi.org/project/pylint/),
52+
[pydocstyle](https://pypi.org/project/pydocstyle/),
53+
[pylama](https://pypi.org/project/pylama/)
54+
- Testing:
55+
[pytest](https://pypi.org/project/pytest/),
56+
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)
57+
58+
And finally thanks to the [Python](https://www.python.org/) development team and
59+
community for creating a fantastic programming language and community to be a
60+
part of!
61+
362
## 2022.6.2 (12 May 2022)
463

564
### Fixes

package-lock.json

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.",
5-
"version": "2022.6.2",
5+
"version": "2022.6.3",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)