From 0ee5822407adb4df48e206f7f939e3645c76b623 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 4 Sep 2018 13:59:03 -0700 Subject: [PATCH] Update changelog with last-minute fix --- CHANGELOG.md | 2 ++ news/2 Fixes/2478.md | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 news/2 Fixes/2478.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 87aff7e08b24..630bded7e91a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -131,6 +131,8 @@ part of! ([#688](https://github.com/Microsoft/vscode-python/issues/688)) 1. Ensure stepping out of debugged code does not take user into `PTVSD` debugger code. ([#767](https://github.com/Microsoft/vscode-python/issues/767)) +1. Upgrade `pythonExperimental` to `python` in `launch.json`. + ([#2478](https://github.com/Microsoft/vscode-python/issues/2478)) ### Code Health diff --git a/news/2 Fixes/2478.md b/news/2 Fixes/2478.md deleted file mode 100644 index 2a1e623bf56b..000000000000 --- a/news/2 Fixes/2478.md +++ /dev/null @@ -1 +0,0 @@ -Upgrade `pythonExperimental` to `python` in `launch.json`.