Skip to content

Commit 06e8b89

Browse files
karthiknadigDavid KutugataIanMatthewHuffrchiodogreazer
authored
Merge release back into master (#13574)
* Port gather survey and icon getting disabled while gathering (#13296) * Add gather status bar and update survey link (#13225) * add status bar * add localization * Added news file * add a 2 second timeout * updated the gather survey link * Change the gather icon while gathering * moved the gathering redux function to interactive common added a constant * move css to common.css * removed the status bar message * changed noop import * update changelog * Disable test (#13346) (#13350) Co-authored-by: Rich Chiodo <[email protected]> * Add cell navigation commands as well as a default set of keyboard bindings for most new interactive window cell commands (#13334) (#13348) * Add Goto Prev/Next Cell * Add goto previous cell * Remove unneeded changes * Add default keybindings for cell commands * Goto should be Go to Co-authored-by: Jim Griesmer <[email protected]> Co-authored-by: Jim Griesmer <[email protected]> * Autoscroll when extending cell select (#13353) (#13354) Code change can only affect new keyboard shortcut operations * Update Release branch for August Release (#13401) * update version number and npm install to update package-lock.json * update changelog version and date * update news for changelog.md * update generated TPN Co-authored-by: Ian Huff <[email protected]> * Update version and change log for bug fix release (#13537) * Update LSP to latest to resolve problems with LS settings (#13511) * Fix path * Actually fix settings * Add news * Add test * Format * Suppress 'jediEnabled' removal * Drop survey first launch threshold * Update LSP to fix issue with settings in MPLS v1 * Add telemetry for `switch to Pylance` acceptance (#13526) * Fix path * Actually fix settings * Add news * Add test * Format * Suppress 'jediEnabled' removal * Drop survey first launch threshold * Initial * Add test * PR feedback * Rename property * Rename constant * Define property * Moar rename * casing * Update version and changelogs * Show status of Jupyter server (Connected/Disconnected) when the user hovers over the status icon (#13544) * Update change log with more cherry picks Co-authored-by: Mikhail Arkhipov <[email protected]> Co-authored-by: Shantnu Suman <[email protected]> * Remove files that we have consumed in change log * Fix merge. Co-authored-by: David Kutugata <[email protected]> Co-authored-by: Ian Huff <[email protected]> Co-authored-by: Rich Chiodo <[email protected]> Co-authored-by: Jim Griesmer <[email protected]> Co-authored-by: Jim Griesmer <[email protected]> Co-authored-by: Ian Huff <[email protected]> Co-authored-by: Mikhail Arkhipov <[email protected]> Co-authored-by: Shantnu Suman <[email protected]>
1 parent 1f59b0e commit 06e8b89

File tree

3 files changed

+64
-2
lines changed

3 files changed

+64
-2
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+
## 2020.8.1 (20 August 2020)
4+
5+
### Fixes
6+
7+
1. Update LSP to latest to resolve problems with LS settings.
8+
([#13511](https://github.com/microsoft/vscode-python/pull/13511))
9+
1. Update debugger to address terminal input issues.
10+
1. Added tooltip to indicate status of server connection
11+
([#13543](https://github.com/Microsoft/vscode-python/issues/13543))
12+
13+
### Thanks
14+
15+
Thanks to the following projects which we fully rely on to provide some of
16+
our features:
17+
18+
- [debugpy](https://pypi.org/project/debugpy/)
19+
- [isort](https://pypi.org/project/isort/)
20+
- [jedi](https://pypi.org/project/jedi/)
21+
and [parso](https://pypi.org/project/parso/)
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+
[pyenv](https://github.com/pyenv/pyenv),
48+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
49+
[virtualenv](https://pypi.org/project/virtualenv/)
50+
- Linting:
51+
[bandit](https://pypi.org/project/bandit/),
52+
[flake8](https://pypi.org/project/flake8/),
53+
[mypy](https://pypi.org/project/mypy/),
54+
[prospector](https://pypi.org/project/prospector/),
55+
[pylint](https://pypi.org/project/pylint/),
56+
[pydocstyle](https://pypi.org/project/pydocstyle/),
57+
[pylama](https://pypi.org/project/pylama/)
58+
- Testing:
59+
[nose](https://pypi.org/project/nose/),
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
## 2020.8.0 (12 August 2020)
468

569
### Enhancements

news/1 Enhancements/13177.md

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

news/2 Fixes/13543.md

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

0 commit comments

Comments
 (0)