Skip to content

Commit 84a7c15

Browse files
authored
Release Candidate (microsoft#15342)
* Update versions * Update Change log * Update third party notices * Add thanks
1 parent 8aef81d commit 84a7c15

14 files changed

Lines changed: 213 additions & 85 deletions

File tree

CHANGELOG.md

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

3+
## 2021.2.0-rc (8 February 2021)
4+
5+
### Enhancements
6+
7+
1. Use Language Server Protocol to work with Jedi.
8+
([#11995](https://github.com/Microsoft/vscode-python/issues/11995))
9+
10+
### Fixes
11+
12+
1. Don't suggest insiders program nor show start page when in Codespaces.
13+
([#14833](https://github.com/Microsoft/vscode-python/issues/14833))
14+
1. Fix description of `Pyramid` debug config.
15+
(thanks [vvijayalakshmi21](https://github.com/vvijayalakshmi21/))
16+
([#5479](https://github.com/Microsoft/vscode-python/issues/5479))
17+
1. Refactored the Enable Linting command to provide the user with a choice of "Enable" or "Disable" linting to make it more intuitive. (thanks [henryboisdequin](https://github.com/henryboisdequin))
18+
([#8800](https://github.com/Microsoft/vscode-python/issues/8800))
19+
1. Fix marketplace links in popups opening a non-browser VS Code instance in Codespaces.
20+
([#14264](https://github.com/Microsoft/vscode-python/issues/14264))
21+
1. Fixed the error command suggested when attempting to use "debug tests" configuration
22+
(Thanks [Shahzaib paracha](https://github.com/ShahzaibParacha))
23+
([#14729](https://github.com/Microsoft/vscode-python/issues/14729))
24+
1. Single test run fails sometimes if there is an error in unrelated file imported during discovery.
25+
(thanks [Szymon Janota](https://github.com/sjanota/))
26+
([#15147](https://github.com/Microsoft/vscode-python/issues/15147))
27+
1. Re-enable localization on the start page. It was accidentally
28+
disabled in October when the Jupyter extension was split out.
29+
([#15232](https://github.com/Microsoft/vscode-python/issues/15232))
30+
1. Ensure target environment is activated in the terminal when running install scripts.
31+
([#15285](https://github.com/Microsoft/vscode-python/issues/15285))
32+
33+
### Code Health
34+
35+
1. Raised the minimum required VS Code version to 1.51.
36+
([#15237](https://github.com/Microsoft/vscode-python/issues/15237))
37+
38+
### Thanks
39+
40+
Thanks to the following projects which we fully rely on to provide some of
41+
our features:
42+
43+
- [debugpy](https://pypi.org/project/debugpy/)
44+
- [isort](https://pypi.org/project/isort/)
45+
- [jedi](https://pypi.org/project/jedi/)
46+
and [parso](https://pypi.org/project/parso/)
47+
- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server)
48+
- [Pylance](https://github.com/microsoft/pylance-release)
49+
- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed)
50+
- [rope](https://pypi.org/project/rope/) (user-installed)
51+
52+
Also thanks to the various projects we provide integrations with which help
53+
make this extension useful:
54+
55+
- Debugging support:
56+
[Django](https://pypi.org/project/Django/),
57+
[Flask](https://pypi.org/project/Flask/),
58+
[gevent](https://pypi.org/project/gevent/),
59+
[Jinja](https://pypi.org/project/Jinja/),
60+
[Pyramid](https://pypi.org/project/pyramid/),
61+
[PySpark](https://pypi.org/project/pyspark/),
62+
[Scrapy](https://pypi.org/project/Scrapy/),
63+
[Watson](https://pypi.org/project/Watson/)
64+
- Formatting:
65+
[autopep8](https://pypi.org/project/autopep8/),
66+
[black](https://pypi.org/project/black/),
67+
[yapf](https://pypi.org/project/yapf/)
68+
- Interpreter support:
69+
[conda](https://conda.io/),
70+
[direnv](https://direnv.net/),
71+
[pipenv](https://pypi.org/project/pipenv/),
72+
[pyenv](https://github.com/pyenv/pyenv),
73+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
74+
[virtualenv](https://pypi.org/project/virtualenv/)
75+
- Linting:
76+
[bandit](https://pypi.org/project/bandit/),
77+
[flake8](https://pypi.org/project/flake8/),
78+
[mypy](https://pypi.org/project/mypy/),
79+
[prospector](https://pypi.org/project/prospector/),
80+
[pylint](https://pypi.org/project/pylint/),
81+
[pydocstyle](https://pypi.org/project/pydocstyle/),
82+
[pylama](https://pypi.org/project/pylama/)
83+
- Testing:
84+
[nose](https://pypi.org/project/nose/),
85+
[pytest](https://pypi.org/project/pytest/),
86+
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)
87+
88+
And finally thanks to the [Python](https://www.python.org/) development team and
89+
community for creating a fantastic programming language and community to be a
90+
part of!
91+
392
## 2021.1.0 (21 January 2021)
493

594
### Enhancements

0 commit comments

Comments
 (0)