|
34 | 34 | ([#4718](https://github.com/Microsoft/vscode-python/issues/4718))
|
35 | 35 | 1. Update status of test suite when all tests pass
|
36 | 36 | ([#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)) |
37 | 42 |
|
38 | 43 | ### Fixes
|
39 | 44 |
|
|
79 | 84 | ([#4743](https://github.com/Microsoft/vscode-python/issues/4743))
|
80 | 85 | 1. Perform case insensitive comparison of Python Environment paths
|
81 | 86 | ([#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)) |
82 | 96 |
|
83 | 97 | ### Code Health
|
84 | 98 |
|
|
119 | 133 | ([#4757](https://github.com/Microsoft/vscode-python/issues/4757))
|
120 | 134 | 1. Make cancel test and server cache test more robust
|
121 | 135 | ([#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)) |
122 | 138 |
|
123 | 139 | ### Thanks
|
124 | 140 |
|
|
0 commit comments