From 27e7b931e70a448d3c3dfb0cf88d68f9e4ae0c8b Mon Sep 17 00:00:00 2001 From: Asher Date: Wed, 4 Oct 2023 15:44:54 -0800 Subject: [PATCH] Remove mention of legacy extension API We would like to shut this down. --- docs/FAQ.md | 4 ++-- patches/marketplace.diff | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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