Skip to content

Commit 4e44f6d

Browse files
committed
Update change log entries
1 parent 76eb5e2 commit 4e44f6d

File tree

8 files changed

+16
-9
lines changed

8 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
([#4718](https://github.com/Microsoft/vscode-python/issues/4718))
3535
1. Update status of test suite when all tests pass
3636
([#4727](https://github.com/Microsoft/vscode-python/issues/4727))
37+
1. Add button to ignore the message warning about the use of the macOS system install of Python.
38+
(thanks [Alina Lobastova](https://github.com/alina7091))
39+
([#4448](https://github.com/Microsoft/vscode-python/issues/4448))
40+
1. Add "Run In Interactive" command to run the contents of a file not cell by cell. Group data science context commands in one group. Add run file command to explorer context menu.
41+
([#4855](https://github.com/Microsoft/vscode-python/issues/4855))
3742

3843
### Fixes
3944

@@ -79,6 +84,15 @@
7984
([#4743](https://github.com/Microsoft/vscode-python/issues/4743))
8085
1. Perform case insensitive comparison of Python Environment paths
8186
([#4797](https://github.com/Microsoft/vscode-python/issues/4797))
87+
1. Ensure `Jedi` uses the currently selected intepreter.
88+
(thanks [Selim Belhaouane](https://github.com/selimb))
89+
([#4687](https://github.com/Microsoft/vscode-python/issues/4687))
90+
1. Multiline comments with text on the first line break Python Interactive window execution.
91+
([#4791](https://github.com/Microsoft/vscode-python/issues/4791))
92+
1. Fix status bar when using Live Share or just starting the Python Interactive window.
93+
([#4853](https://github.com/Microsoft/vscode-python/issues/4853))
94+
1. Change the names of our "Run All Cells Above" and "Run Cell and All Below" commands to be more concise
95+
([#4876](https://github.com/Microsoft/vscode-python/issues/4876))
8296

8397
### Code Health
8498

@@ -119,6 +133,8 @@
119133
([#4757](https://github.com/Microsoft/vscode-python/issues/4757))
120134
1. Make cancel test and server cache test more robust
121135
([#4818](https://github.com/Microsoft/vscode-python/issues/4818))
136+
1. Generalize code used to parse Test results service
137+
([#4796](https://github.com/Microsoft/vscode-python/issues/4796))
122138

123139
### Thanks
124140

news/1 Enhancements/4448.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/1 Enhancements/4796.md

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

news/1 Enhancements/4855.md

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

news/2 Fixes/4687.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/2 Fixes/4791.md

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

news/2 Fixes/4853.md

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

news/2 Fixes/4876.md

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

0 commit comments

Comments
 (0)