Skip to content

Commit b7c15f2

Browse files
committed
Update change log and version
1 parent bebff74 commit b7c15f2

File tree

5 files changed

+66
-4
lines changed

5 files changed

+66
-4
lines changed

CHANGELOG.md

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

3+
## 2021.10.2 (19 October 2021)
4+
5+
### Fixes
6+
7+
1. Fix unresponsive extension issues caused by discovery component.
8+
([#11924](https://github.com/Microsoft/vscode-python/issues/11924))
9+
1. Update debugpy to 1.5.1 to ensure user-unhandled exception setting is false by default.
10+
([#17789](https://github.com/Microsoft/vscode-python/issues/17789))
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+
- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server)
23+
- [Pylance](https://github.com/microsoft/pylance-release)
24+
- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed)
25+
- [rope](https://pypi.org/project/rope/) (user-installed)
26+
27+
Also thanks to the various projects we provide integrations with which help
28+
make this extension useful:
29+
30+
- Debugging support:
31+
[Django](https://pypi.org/project/Django/),
32+
[Flask](https://pypi.org/project/Flask/),
33+
[gevent](https://pypi.org/project/gevent/),
34+
[Jinja](https://pypi.org/project/Jinja/),
35+
[Pyramid](https://pypi.org/project/pyramid/),
36+
[PySpark](https://pypi.org/project/pyspark/),
37+
[Scrapy](https://pypi.org/project/Scrapy/),
38+
[Watson](https://pypi.org/project/Watson/)
39+
- Formatting:
40+
[autopep8](https://pypi.org/project/autopep8/),
41+
[black](https://pypi.org/project/black/),
42+
[yapf](https://pypi.org/project/yapf/)
43+
- Interpreter support:
44+
[conda](https://conda.io/),
45+
[direnv](https://direnv.net/),
46+
[pipenv](https://pypi.org/project/pipenv/),
47+
[poetry](https://pypi.org/project/poetry/),
48+
[pyenv](https://github.com/pyenv/pyenv),
49+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
50+
[virtualenv](https://pypi.org/project/virtualenv/)
51+
- Linting:
52+
[bandit](https://pypi.org/project/bandit/),
53+
[flake8](https://pypi.org/project/flake8/),
54+
[mypy](https://pypi.org/project/mypy/),
55+
[prospector](https://pypi.org/project/prospector/),
56+
[pylint](https://pypi.org/project/pylint/),
57+
[pydocstyle](https://pypi.org/project/pydocstyle/),
58+
[pylama](https://pypi.org/project/pylama/)
59+
- Testing:
60+
[pytest](https://pypi.org/project/pytest/),
61+
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)
62+
63+
And finally thanks to the [Python](https://www.python.org/) development team and
64+
community for creating a fantastic programming language and community to be a
65+
part of!
66+
367
## 2021.10.1 (13 October 2021)
468

569
### Enhancements

news/2 Fixes/11924.md

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

news/2 Fixes/17789.md

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

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "2021.10.1",
5+
"version": "2021.10.2",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)