From 9d2f042ef58b82f1233264524aac2e0cf519483d Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Mon, 8 Jun 2020 09:47:38 -0700 Subject: [PATCH] Update change log --- CHANGELOG.md | 2 ++ news/2 Fixes/12177.md | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 news/2 Fixes/12177.md 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.