File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,15 @@ point to the .vsix file.
7878
7979See 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
You can’t perform that action at this time.
0 commit comments