Skip to content

Commit 10e8f05

Browse files
author
Kartik Raj
authored
Update package.json and CHANGELOG.md (#19478)
1 parent b92339e commit 10e8f05

File tree

3 files changed

+63
-3
lines changed

3 files changed

+63
-3
lines changed

CHANGELOG.md

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

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

565
### Enhancements

package-lock.json

Lines changed: 2 additions & 2 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.10.0",
5+
"version": "2022.10.1",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)