File tree 1 file changed +13
-2
lines changed
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
86
86
point code-server to it by setting ` $SERVICE_URL ` and ` $ITEM_URL ` . These correspond directly
87
87
to ` serviceUrl ` and ` itemUrl ` in VS Code's ` product.json ` .
88
88
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
+
89
96
While 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.
92
103
93
104
## Where are extensions stored?
94
105
You can’t perform that action at this time.
0 commit comments