diff --git a/CHANGELOG.md b/CHANGELOG.md index 347a219b23fc..8b01726136c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ 1. Ensure user cannot belong to all experiments in an experiment group. ([#11943](https://github.com/Microsoft/vscode-python/issues/11943)) +1. Ensure extension features are started when in `Deprecate PythonPath` experiment and opening a file without any folder opened. + ([#12177](https://github.com/Microsoft/vscode-python/issues/12177)) ### Code Health diff --git a/news/2 Fixes/12177.md b/news/2 Fixes/12177.md deleted file mode 100644 index cbd8364e8fca..000000000000 --- a/news/2 Fixes/12177.md +++ /dev/null @@ -1 +0,0 @@ -Ensure extension features are started when in `Deprecate PythonPath` experiment and opening a file without any folder opened.