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

Skip to content

Commit 911c7db

Browse files
authored
Merge September release back into master (#7194)
* add cron job to nightly tests (#7128) (#7158) * close restart session right away (#7153) (#7161) * close restart session right away * ignore errors on await, don't want to stop and wait for shutdown * Release changes (#7183) * Update package version
1 parent 64fa8a3 commit 911c7db

File tree

3 files changed

+4035
-1417
lines changed

3 files changed

+4035
-1417
lines changed

CHANGELOG.md

+3-1
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.

0 commit comments

Comments
 (0)