Skip to content

Commit 6ba6949

Browse files
authored
Add thanks to change log.
1 parent eb2e2b9 commit 6ba6949

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,61 @@
8080
1. Fix linting for some files in .eslintignore.
8181
([#17181](https://github.com/Microsoft/vscode-python/issues/17181))
8282

83+
### Thanks
84+
85+
Thanks to the following projects which we fully rely on to provide some of
86+
our features:
87+
88+
- [debugpy](https://pypi.org/project/debugpy/)
89+
- [isort](https://pypi.org/project/isort/)
90+
- [jedi](https://pypi.org/project/jedi/)
91+
and [parso](https://pypi.org/project/parso/)
92+
- [jedi-language-server](https://pypi.org/project/jedi-language-server/)
93+
- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server)
94+
- [Pylance](https://github.com/microsoft/pylance-release)
95+
- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed)
96+
- [rope](https://pypi.org/project/rope/) (user-installed)
97+
98+
Also thanks to the various projects we provide integrations with which help
99+
make this extension useful:
100+
101+
- Debugging support:
102+
[Django](https://pypi.org/project/Django/),
103+
[Flask](https://pypi.org/project/Flask/),
104+
[gevent](https://pypi.org/project/gevent/),
105+
[Jinja](https://pypi.org/project/Jinja/),
106+
[Pyramid](https://pypi.org/project/pyramid/),
107+
[PySpark](https://pypi.org/project/pyspark/),
108+
[Scrapy](https://pypi.org/project/Scrapy/),
109+
[Watson](https://pypi.org/project/Watson/)
110+
- Formatting:
111+
[autopep8](https://pypi.org/project/autopep8/),
112+
[black](https://pypi.org/project/black/),
113+
[yapf](https://pypi.org/project/yapf/)
114+
- Interpreter support:
115+
[conda](https://conda.io/),
116+
[direnv](https://direnv.net/),
117+
[pipenv](https://pypi.org/project/pipenv/),
118+
[poetry](https://pypi.org/project/poetry/),
119+
[pyenv](https://github.com/pyenv/pyenv),
120+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
121+
[virtualenv](https://pypi.org/project/virtualenv/)
122+
- Linting:
123+
[bandit](https://pypi.org/project/bandit/),
124+
[flake8](https://pypi.org/project/flake8/),
125+
[mypy](https://pypi.org/project/mypy/),
126+
[prospector](https://pypi.org/project/prospector/),
127+
[pylint](https://pypi.org/project/pylint/),
128+
[pydocstyle](https://pypi.org/project/pydocstyle/),
129+
[pylama](https://pypi.org/project/pylama/)
130+
- Testing:
131+
[pytest](https://pypi.org/project/pytest/),
132+
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)
133+
134+
And finally thanks to the [Python](https://www.python.org/) development team and
135+
community for creating a fantastic programming language and community to be a
136+
part of!
137+
83138
## 2021.9.3 (20 September 2021)
84139

85140
### Fixes

0 commit comments

Comments
 (0)