Skip to content

Commit ac2bf56

Browse files
committed
Explain $SERVICE_URL and $ITEM_URL in more detail
Closes #1762
1 parent 06b387f commit ac2bf56

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

doc/FAQ.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,15 @@ point to the .vsix file.
7878

7979
See below for installing an extension from the cli.
8080

81-
If you have your own custom marketplace, it is possible to point code-server to it by setting
82-
`$SERVICE_URL` and `$ITEM_URL` to point to it.
81+
## How do I configure the marketplace URL?
82+
83+
If you have your own marketplace that implements the VS Code Extension Gallery API, it is possible to
84+
point code-server to it by setting `$SERVICE_URL` and `$ITEM_URL`. These correspond directly
85+
to `serviceUrl` and `itemUrl` in VS Code's `product.json`.
86+
87+
While you can technically use Microsoft's marketplace with these, please do not do so as it
88+
is against their terms of use. These variables are most valuable to our enterprise customers
89+
for whom we have a self hosted enterprise marketplace product.
8390

8491
## Where are extensions stored?
8592

0 commit comments

Comments
 (0)