Skip to content

Commit 3ea2782

Browse files
authored
Updated version and change log (#5819)
1 parent ed55608 commit 3ea2782

File tree

16 files changed

+202
-190
lines changed

16 files changed

+202
-190
lines changed

CHANGELOG.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
### Enhancements
77

8-
1. Changed synchronous file system operation into async
9-
([#4895](https://github.com/Microsoft/vscode-python/issues/4895))
8+
1. Add visual separation between the variable explorer and the rest of the Interactive Window content
9+
([#5389](https://github.com/Microsoft/vscode-python/issues/5389))
1010
1. Show a message when no variables are defined
1111
([#5228](https://github.com/Microsoft/vscode-python/issues/5228))
1212
1. Variable explorer UI fixes via PM / designer
@@ -24,6 +24,28 @@
2424

2525
### Fixes
2626

27+
1. Advance to the next cell if cursor is in the current cell and user clicks 'Run Cell'
28+
([#5067](https://github.com/Microsoft/vscode-python/issues/5067))
29+
1. Fix import/export paths to be escaped on windows.
30+
([#5386](https://github.com/Microsoft/vscode-python/issues/5386))
31+
1. Fix magics running from a python file.
32+
([#5537](https://github.com/Microsoft/vscode-python/issues/5537))
33+
1. Change scrolling to not animate to workaround async updates breaking the animation.
34+
([#5560](https://github.com/Microsoft/vscode-python/issues/5560))
35+
1. Add support for opening hyperlinks from the interactive window.
36+
([#5630](https://github.com/Microsoft/vscode-python/issues/5630))
37+
1. Add 'Add empty cell to file' command. Shortcut for having to type '#%%'
38+
([#5667](https://github.com/Microsoft/vscode-python/issues/5667))
39+
1. Add 'ctrl+enter' as a keyboard shortcut for run current cell (runs without advancing)
40+
([#5673](https://github.com/Microsoft/vscode-python/issues/5673))
41+
1. Adjust input box prompt to look more an IPython console prompt.
42+
([#5729](https://github.com/Microsoft/vscode-python/issues/5729))
43+
1. Fix horizontal scrolling in the Interactive Window
44+
([#5734](https://github.com/Microsoft/vscode-python/issues/5734))
45+
1. Fix problem with using up/down arrows in autocomplete.
46+
([#5774](https://github.com/Microsoft/vscode-python/issues/5774))
47+
1. Fix latex and markdown scrolling.
48+
([#5775](https://github.com/Microsoft/vscode-python/issues/5775))
2749
1. Use the correct activation script for conda environments
2850
([#4402](https://github.com/Microsoft/vscode-python/issues/4402))
2951
1. Improve pipenv error messages (thanks [David Lechner](https://github.com/dlech))
@@ -75,6 +97,8 @@
7597
([#3568](https://github.com/Microsoft/vscode-python/issues/3568))
7698
1. Fix perf issues with long collections and variable explorer
7799
([#5511](https://github.com/Microsoft/vscode-python/issues/5511))
100+
1. Changed synchronous file system operation into async
101+
([#4895](https://github.com/Microsoft/vscode-python/issues/4895))
78102
1. Update ptvsd to [4.2.10](https://github.com/Microsoft/ptvsd/releases/tag/v4.2.10).
79103
* No longer switch off getpass on import.
80104
* Fixes a crash on evaluate request.

ThirdPartyNotices-Distribution.txt

Lines changed: 174 additions & 174 deletions
Large diffs are not rendered by default.

news/1 Enhancements/5389.md

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

news/2 Fixes/5067.md

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

news/2 Fixes/5386.md

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

news/2 Fixes/5537.md

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

news/2 Fixes/5560.md

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

news/2 Fixes/5630.md

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

news/2 Fixes/5667.md

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

news/2 Fixes/5673.md

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

0 commit comments

Comments
 (0)