|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## 2020.8.0-rc (5 August 2020) |
| 3 | +## 2020.8.0 (12 August 2020) |
4 | 4 |
|
5 | 5 | ### Enhancements
|
6 | 6 |
|
| 7 | +1. Cell id and cell metadata are now passed as the metadata field for execute_request messages. |
| 8 | + (thanks [stisa](https://github.com/stisa/)) |
| 9 | + ([#13252](https://github.com/Microsoft/vscode-python/issues/13252)) |
7 | 10 | 1. Add "Restart Language Server" command.
|
8 | 11 | ([#3073](https://github.com/Microsoft/vscode-python/issues/3073))
|
9 | 12 | 1. Support multiple and per file interactive windows. See the description for the new 'python.dataScience.interactiveWindowMode' setting.
|
|
28 | 31 | ([#13218](https://github.com/Microsoft/vscode-python/issues/13218))
|
29 | 32 | 1. Use jupyter inspect to get signature of dynamic functions in notebook editor when language server doesn't provide enough hint.
|
30 | 33 | ([#13259](https://github.com/Microsoft/vscode-python/issues/13259))
|
| 34 | +1. The gather icon will change and get disabled while gather is executing. |
| 35 | + ([#13177](https://github.com/microsoft/vscode-python/issues/13177)) |
31 | 36 |
|
32 | 37 | ### Fixes
|
33 | 38 |
|
|
36 | 41 | 1. Don't loop selection through all failed tests every time tests are run.
|
37 | 42 | ([#11743](https://github.com/Microsoft/vscode-python/issues/11743))
|
38 | 43 | 1. Some tools (like pytest) rely on the existence of `sys.path[0]`, so
|
39 |
| - deleting it in the isolation script can sometimes cause problems. The |
| 44 | + deleting it in the isolation script can sometimes cause problems. The |
40 | 45 | solution is to point `sys.path[0]` to a bogus directory that we know
|
41 | 46 | does not exist (assuming noone modifies the extension install dir).
|
42 | 47 | ([#11875](https://github.com/Microsoft/vscode-python/issues/11875))
|
|
47 | 52 | 1. Make the data science variable explorer support high contrast color theme.
|
48 | 53 | ([#12766](https://github.com/Microsoft/vscode-python/issues/12766))
|
49 | 54 | 1. The change in PR #12795 led to one particular test suite to take longer
|
50 |
| - to run. Here we increase the timeout for that suite to get the test |
| 55 | + to run. Here we increase the timeout for that suite to get the test |
51 | 56 | passing.
|
52 | 57 | ([#12833](https://github.com/Microsoft/vscode-python/issues/12833))
|
53 | 58 | 1. Refactor data science filesystem usage to correctly handle files which are potentially remote.
|
@@ -6793,4 +6798,4 @@ the following people who contributed code:
|
6793 | 6798 |
|
6794 | 6799 | ## Version 0.0.3
|
6795 | 6800 |
|
6796 |
| -- Added support for debugging using PDB |
| 6801 | +- Added support for debugging using PDB |
0 commit comments