Skip to content

Commit fd5abc1

Browse files
David KutugataIanMatthewHuffIan HuffrchiodoDonJayamanne
authored
Merge release back to master (#14059)
* Port ipykernel install fix to release (#13975) * Fix installing ipykernel into interpreters for raw kernel (#13959) * update news Co-authored-by: Ian Huff <[email protected]> * Merge in changes to release (#13976) * Up release version for new release (#13928) * Up release version * Update changelog * Update changelog * Workaround test issue (#13930) * Try different version of VS code in release * Change to make it use the actual variable * Use a real version * More tests failing with gpu error (#13935) * Try different version of VS code in release * Change to make it use the actual variable * Use a real version * Two more version changes * Fix kernel and server name missing in certain situations (#13974) * Fix kernel name and server name * Fixup server name for remote situations * Add some functional tests * Add news entry * Delete news file * Port two fixes to the release branch (#13995) * Disable split views of custom editors (#13985) * Fix backup storage by looking at the options correctly (#13983) * Fix backup storage by looking at the options correctly * Fix backup by being more explicit * Only linux tests are failing. Hopefully fix them * Fixup changelog Co-authored-by: Don Jayamanne <[email protected]> * add jedi-language-server to 3rd party notices (#13977) * add jedi-language-server to 3rd party notices * move license from distribution to repository file * disable test_discover_complex_default and (#14024) test_discover_complex_doctest * Upgrade isort to 5.5.3 (#14035) (#14037) * prepare release (#14042) * fixed annoying warnings (#14049) * update version Co-authored-by: Ian Huff <[email protected]> Co-authored-by: Ian Huff <[email protected]> Co-authored-by: Rich Chiodo <[email protected]> Co-authored-by: Don Jayamanne <[email protected]> Co-authored-by: Kartik Raj <[email protected]>
1 parent 5f09a26 commit fd5abc1

File tree

9 files changed

+118
-73
lines changed

9 files changed

+118
-73
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2020.9.0 (14 September 2020)
3+
## 2020.9.0 (23 September 2020)
44

55
### Enhancements
66

@@ -19,6 +19,8 @@
1919
([#13831](https://github.com/Microsoft/vscode-python/issues/13831))
2020
1. Enable custom editor support in stable VS code at 20%.
2121
([#13890](https://github.com/Microsoft/vscode-python/issues/13890))
22+
1. Upgraded to isort `5.5.3`.
23+
([#14027](https://github.com/Microsoft/vscode-python/issues/14027))
2224

2325
### Fixes
2426

@@ -57,6 +59,10 @@
5759
([#13612](https://github.com/Microsoft/vscode-python/issues/13612))
5860
1. Fix the behavior of the 'python.showStartPage' setting.
5961
([#13706](https://github.com/Microsoft/vscode-python/issues/13706))
62+
1. Correctly install ipykernel when launching from an interpreter.
63+
([#13956](https://github.com/Microsoft/vscode-python/issues/13956))
64+
1. Backup on custom editors is being ignored.
65+
([#13981](https://github.com/Microsoft/vscode-python/issues/13981))
6066

6167
### Code Health
6268

@@ -82,6 +88,11 @@
8288
([#13729](https://github.com/Microsoft/vscode-python/issues/13729))
8389
1. Fix nighly failure with beakerx.
8490
([#13734](https://github.com/Microsoft/vscode-python/issues/13734))
91+
## 2020.8.6 (15 September 2020)
92+
93+
### Fixes
94+
95+
1. Workaround problem caused by https://github.com/microsoft/vscode/issues/106547
8596

8697
### Thanks
8798

0 commit comments

Comments
 (0)