diff --git a/doc/FAQ.md b/doc/FAQ.md index 154aef3b0c871a615fa12b7b3ad431c7a6f82356..3632c943f10e5832db084c0e280d0ac5a0d7b457 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -78,8 +78,15 @@ point to the .vsix file. See below for installing an extension from the cli. -If you have your own custom marketplace, it is possible to point code-server to it by setting -`$SERVICE_URL` and `$ITEM_URL` to point to it. +## How do I configure the marketplace URL? + +If you have your own marketplace that implements the VS Code Extension Gallery API, it is possible to +point code-server to it by setting `$SERVICE_URL` and `$ITEM_URL`. These correspond directly +to `serviceUrl` and `itemUrl` in VS Code's `product.json`. + +While you can technically use Microsoft's marketplace with these, please do not do so as it +is against their terms of use. These variables are most valuable to our enterprise customers +for whom we have a self hosted enterprise marketplace product. ## Where are extensions stored?