diff --git a/docs/FAQ.md b/docs/FAQ.md index 977f4b902..9dcf402b2 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -177,10 +177,10 @@ If you own a marketplace that implements the VS Code Extension Gallery API, you can point code-server to it by setting `$EXTENSIONS_GALLERY`. This corresponds directly with the `extensionsGallery` entry in in VS Code's `product.json`. -For example, to use the legacy Coder extensions marketplace: +For example: ```bash -export EXTENSIONS_GALLERY='{"serviceUrl": "https://extensions.coder.com/api"}' +export EXTENSIONS_GALLERY='{"serviceUrl": "https://my-extensions/api"}' ``` Though you can technically use Microsoft's marketplace in this manner, we diff --git a/patches/marketplace.diff b/patches/marketplace.diff index a82f58ec2..073cbb9aa 100644 --- a/patches/marketplace.diff +++ b/patches/marketplace.diff @@ -12,7 +12,7 @@ in-between and has web extensions install directly from the marketplace. This can be tested by setting EXTENSIONS_GALLERY set to: - '{"serviceUrl": "https://extensions.coder.com/api"}' + '{"serviceUrl": "https://my-extensions/api"}' Index: code-server/lib/vscode/src/vs/platform/product/common/product.ts