Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2019.9.1 (6 September 2019)

### Fixes

1. Fixes to automatic scrolling on the interactive window.
([#6580](https://github.com/Microsoft/vscode-python/issues/6580))

## 2019.9.0 (3 September 2019)

### Enhancements
Expand Down
3 changes: 2 additions & 1 deletion news/2 Fixes/6580.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Still the interactive window will snap to the bottom if you already are at the b
Tested to work with:
- regular code
- dataframes
- big and regular plots
- big and regular plots
Turned the check of the scroll at the bottom from checking equal to checking a range to make it work with fractions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "python",
"displayName": "Python",
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.",
"version": "2019.10.0-dev",
"version": "2019.9.1",
"languageServerVersion": "0.3.66",
"publisher": "ms-python",
"author": {
Expand Down