Skip to content

Commit 557fbaf

Browse files
authored
Release changes (#7183)
1 parent a29ca3f commit 557fbaf

File tree

6 files changed

+4037
-1420
lines changed

6 files changed

+4037
-1420
lines changed

CHANGELOG.md

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

3-
## 2019.9.0 (27 August 2019)
3+
## 2019.9.0 (3 September 2019)
44

55
### Enhancements
66

@@ -29,6 +29,8 @@
2929

3030
### Fixes
3131

32+
1. Delete the old session immediatly after session restart instead of on close
33+
([#6975](https://github.com/Microsoft/vscode-python/issues/6975))
3234
1. Add support for the "pathMappings" setting in "launch" debug configs.
3335
([#3568](https://github.com/Microsoft/vscode-python/issues/3568))
3436
1. Supports error codes like ABC123 as used in plugins.

ThirdPartyNotices-Distribution.txt

Lines changed: 4031 additions & 1110 deletions
Large diffs are not rendered by default.

news/2 Fixes/6975.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.",
5-
"version": "2019.9.0-rc",
5+
"version": "2019.9.0",
66
"languageServerVersion": "0.3.66",
77
"publisher": "ms-python",
88
"author": {

0 commit comments

Comments
 (0)