From ca15d4b7a0079859fec81428916fc32d43b9bce0 Mon Sep 17 00:00:00 2001 From: Asher Date: Thu, 6 Jan 2022 13:20:11 -0600 Subject: [PATCH] docs: add marketplace change to changelog (#4692) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b63be392..26d1d333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,9 @@ implementation (#4414). - OpenVSX has been made the default marketplace. - The last opened folder/workspace is no longer stored separately in the settings file (we rely on the already-existing query object instead). +- The marketplace override environment variables `SERVICE_URL` and `ITEM_URL` + have been replaced with a single `EXTENSIONS_GALLERY` variable that + corresponds to `extensionsGallery` in VS Code's `product.json`. ### Added