docs: add marketplace change to changelog (#4692)

This commit is contained in:
Asher 2022-01-06 13:20:11 -06:00 committed by GitHub
parent 484429b5da
commit ca15d4b7a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ implementation (#4414).
- OpenVSX has been made the default marketplace. - OpenVSX has been made the default marketplace.
- The last opened folder/workspace is no longer stored separately in the - The last opened folder/workspace is no longer stored separately in the
settings file (we rely on the already-existing query object instead). 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 ### Added