Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c6f631

Browse files
Merge release branch back to master (microsoft#13412)
1 parent 2ba5380 commit 0c6f631

File tree

4 files changed

+678
-675
lines changed

4 files changed

+678
-675
lines changed

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
22

3-
## 2020.8.0-rc (5 August 2020)
3+
## 2020.8.0 (12 August 2020)
44

55
### Enhancements
66

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))
710
1. Add "Restart Language Server" command.
811
([#3073](https://github.com/Microsoft/vscode-python/issues/3073))
912
1. Support multiple and per file interactive windows. See the description for the new 'python.dataScience.interactiveWindowMode' setting.
@@ -28,6 +31,8 @@
2831
([#13218](https://github.com/Microsoft/vscode-python/issues/13218))
2932
1. Use jupyter inspect to get signature of dynamic functions in notebook editor when language server doesn't provide enough hint.
3033
([#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))
3136

3237
### Fixes
3338

@@ -36,7 +41,7 @@
3641
1. Don't loop selection through all failed tests every time tests are run.
3742
([#11743](https://github.com/Microsoft/vscode-python/issues/11743))
3843
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
4045
solution is to point `sys.path[0]` to a bogus directory that we know
4146
does not exist (assuming noone modifies the extension install dir).
4247
([#11875](https://github.com/Microsoft/vscode-python/issues/11875))
@@ -47,7 +52,7 @@
4752
1. Make the data science variable explorer support high contrast color theme.
4853
([#12766](https://github.com/Microsoft/vscode-python/issues/12766))
4954
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
5156
passing.
5257
([#12833](https://github.com/Microsoft/vscode-python/issues/12833))
5358
1. Refactor data science filesystem usage to correctly handle files which are potentially remote.
@@ -6793,4 +6798,4 @@ the following people who contributed code:
67936798

67946799
## Version 0.0.3
67956800

6796-
- Added support for debugging using PDB
6801+
- Added support for debugging using PDB

0 commit comments

Comments
 (0)