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`.