File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,20 @@ If you have your own marketplace that implements the VS Code Extension Gallery A
8686point code-server to it by setting ` $SERVICE_URL ` and ` $ITEM_URL ` . These correspond directly
8787to ` serviceUrl ` and ` itemUrl ` in VS Code's ` product.json ` .
8888
89+ e.g. to use [ open-vsx.org] ( https://open-vsx.org ) :
90+
91+ ``` bash
92+ export SERVICE_URL=https://open-vsx.org/vscode/gallery
93+ export ITEM_URL=https://open-vsx.org/vscode/item
94+ ```
95+
8996While you can technically use Microsoft's marketplace with these, please do not do so as it
90- is against their terms of use. See [ above] ( #differences-compared-to-vs-code ) . These variables
91- are most valuable to our enterprise customers for whom we have a self hosted marketplace product.
97+ is against their terms of use. See [ above] ( #differences-compared-to-vs-code ) and this
98+ discussion regarding the use of the Microsoft URLs in forks:
99+
100+ https://github.com/microsoft/vscode/issues/31168#issue-244533026
101+
102+ These variables are most valuable to our enterprise customers for whom we have a self hosted marketplace product.
92103
93104## Where are extensions stored?
94105
You can’t perform that action at this time.
0 commit comments