|
5 | 5 |
|
6 | 6 | ### Enhancements
|
7 | 7 |
|
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)) |
10 | 10 | 1. Show a message when no variables are defined
|
11 | 11 | ([#5228](https://github.com/Microsoft/vscode-python/issues/5228))
|
12 | 12 | 1. Variable explorer UI fixes via PM / designer
|
|
24 | 24 |
|
25 | 25 | ### Fixes
|
26 | 26 |
|
| 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)) |
27 | 49 | 1. Use the correct activation script for conda environments
|
28 | 50 | ([#4402](https://github.com/Microsoft/vscode-python/issues/4402))
|
29 | 51 | 1. Improve pipenv error messages (thanks [David Lechner](https://github.com/dlech))
|
|
75 | 97 | ([#3568](https://github.com/Microsoft/vscode-python/issues/3568))
|
76 | 98 | 1. Fix perf issues with long collections and variable explorer
|
77 | 99 | ([#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)) |
78 | 102 | 1. Update ptvsd to [4.2.10](https://github.com/Microsoft/ptvsd/releases/tag/v4.2.10).
|
79 | 103 | * No longer switch off getpass on import.
|
80 | 104 | * Fixes a crash on evaluate request.
|
|
0 commit comments