Skip to content

Commit 02617a5

Browse files
author
David Kutugata
authored
Merge release from September 6th 2019 (#7274)
* add cron job to nightly tests (#7128) (#7158) * close restart session right away (#7153) (#7161) * close restart session right away * ignore errors on await, don't want to stop and wait for shutdown * Release changes (#7183) * check the position of the scroll in the interactive (#7198) (#7236) * check the position of the scroll in the interactive window, if it is at the bottom, the screen stays at the bottom, and if not, the screen stays in place. Throttling of the scroll was increased to help with consistency on rapidly appearing plots. * handle the scroll in the MainPanel, tested to work with: - regular code, -dataframes, -big and regular plots. * Added some comments. * Turned the check of the scroll at the bottom from … (#7259) checking equal to checking a range to make it work with fractions. * Preparation for point release (#7268)
1 parent 94abff9 commit 02617a5

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

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

3+
## 2019.9.1 (6 September 2019)
4+
5+
### Fixes
6+
7+
1. Fixes to automatic scrolling on the interactive window.
8+
([#6580](https://github.com/Microsoft/vscode-python/issues/6580))
9+
310
## 2019.9.0 (3 September 2019)
411

512
### Enhancements

news/2 Fixes/6580.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Still the interactive window will snap to the bottom if you already are at the b
33
Tested to work with:
44
- regular code
55
- dataframes
6-
- big and regular plots
6+
- big and regular plots
7+
Turned the check of the scroll at the bottom from checking equal to checking a range to make it work with fractions.

package-lock.json

Lines changed: 4 additions & 4 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": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.",
5-
"version": "2019.10.0-dev",
5+
"version": "2019.9.1",
66
"languageServerVersion": "0.3.66",
77
"publisher": "ms-python",
88
"author": {

0 commit comments

Comments
 (0)