Skip to content

Commit 5396c9c

Browse files
karthiknadigKartik Rajheejaechang
authored
Cherry picks and updates for point release (#19141)
* Indicate the Python output channel has to be manually filled in the issue template (#19130) * Moved LSP to the latest version that has race fixed (#19136) * moved lsp to latest version that has race fixed * updated middleware * added news entry * Fix news entry encoding. * Update versions and changelog Co-authored-by: Kartik Raj <[email protected]> Co-authored-by: Heejae Chang <[email protected]>
1 parent da9932d commit 5396c9c

File tree

6 files changed

+133
-74
lines changed

6 files changed

+133
-74
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.2 (12 May 2022)
4+
5+
### Fixes
6+
7+
1. Update to latest LS client (v8.0.1) and server (v8.0.1) that contain the race condition fix around `LanguageClient.stop`.
8+
([#19139](https://github.com/Microsoft/vscode-python/issues/19139))
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.1 (10 May 2022)
463

564
### Enhancements

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
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.1",
5+
"version": "2022.6.2",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},
@@ -1769,7 +1769,7 @@
17691769
"webpack": "webpack"
17701770
},
17711771
"dependencies": {
1772-
"@vscode/jupyter-lsp-middleware": "^0.2.42",
1772+
"@vscode/jupyter-lsp-middleware": "^0.2.45",
17731773
"arch": "^2.1.0",
17741774
"diff-match-patch": "^1.0.0",
17751775
"fs-extra": "^10.0.1",
@@ -1797,10 +1797,10 @@
17971797
"vscode-debugadapter": "^1.28.0",
17981798
"vscode-debugprotocol": "^1.28.0",
17991799
"vscode-extension-telemetry": "0.4.5",
1800-
"vscode-jsonrpc": "8.0.0",
1801-
"vscode-languageclient": "8.0.0",
1802-
"vscode-languageserver": "8.0.0",
1803-
"vscode-languageserver-protocol": "3.17.0",
1800+
"vscode-jsonrpc": "8.0.1",
1801+
"vscode-languageclient": "8.0.1",
1802+
"vscode-languageserver": "8.0.1",
1803+
"vscode-languageserver-protocol": "3.17.1",
18041804
"vscode-tas-client": "^0.1.22",
18051805
"winreg": "^1.2.4",
18061806
"xml2js": "^0.4.19"

resources/report_issue_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ XXX
1212
**After** creating the issue on GitHub, you can add screenshots and GIFs of what is happening. Consider tools like https://www.cockos.com/licecap/, https://github.com/phw/peek or https://www.screentogif.com/ for GIF creation.
1313
-->
1414

15-
<!-- **NOTE**: Everything below is auto-generated; no editing required. -->
15+
<!-- **NOTE**: Everything below except Python output panel is auto-generated; no editing required. Please do provide Python output panel. -->
1616
# Diagnostic data
1717

1818
- Python version (& distribution if applicable, e.g. Anaconda): {0}

src/test/common/application/commands/issueTemplateVenv1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ XXX
1212
**After** creating the issue on GitHub, you can add screenshots and GIFs of what is happening. Consider tools like https://www.cockos.com/licecap/, https://github.com/phw/peek or https://www.screentogif.com/ for GIF creation.
1313
-->
1414

15-
<!-- **NOTE**: Everything below is auto-generated; no editing required. -->
15+
<!-- **NOTE**: Everything below except Python output panel is auto-generated; no editing required. Please do provide Python output panel. -->
1616
# Diagnostic data
1717

1818
- Python version (& distribution if applicable, e.g. Anaconda): 3.9.0

src/test/common/application/commands/issueTemplateVenv2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ XXX
1212
**After** creating the issue on GitHub, you can add screenshots and GIFs of what is happening. Consider tools like https://www.cockos.com/licecap/, https://github.com/phw/peek or https://www.screentogif.com/ for GIF creation.
1313
-->
1414

15-
<!-- **NOTE**: Everything below is auto-generated; no editing required. -->
15+
<!-- **NOTE**: Everything below except Python output panel is auto-generated; no editing required. Please do provide Python output panel. -->
1616
# Diagnostic data
1717

1818
- Python version (& distribution if applicable, e.g. Anaconda): 3.9.0

0 commit comments

Comments
 (0)