Skip to content

Commit b830ac4

Browse files
committed
Merge branch 'main' into environments-cache
2 parents 1eba02b + 66a4cb1 commit b830ac4

File tree

72 files changed

+1378
-605
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+1378
-605
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ updates:
1212
directory: /
1313
schedule:
1414
interval: daily
15+
ignore:
16+
- dependency-name: pytest # Due to Python 2.7 and #13776.
17+
- dependency-name: py # Due to Python 2.7.
1518

1619
- package-ecosystem: 'pip'
1720
directory: /news

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)