From 0030b2a9c50fe370d389ad4e9dbf5916b5d652ed Mon Sep 17 00:00:00 2001 From: Asher Date: Wed, 5 Jan 2022 22:11:58 +0000 Subject: [PATCH 1/2] Add marketplace change to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f5a3b39e71a..e6258e1f5d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,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 `extensionGallery` in VS Code's `product.json`. ### Added From c856c428d5589341fdb7584a92cfc2243901bac8 Mon Sep 17 00:00:00 2001 From: Asher Date: Wed, 5 Jan 2022 22:19:28 +0000 Subject: [PATCH 2/2] fixup! Add marketplace change to changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e970ba1dd843..26d1d33385e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,7 @@ implementation (#4414). 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 `extensionGallery` in VS Code's `product.json`. + corresponds to `extensionsGallery` in VS Code's `product.json`. ### Added