Skip to content

Commit 4dd2c86

Browse files
committed
FAQ: Demonstrate how to switch the marketplace
1 parent 486652a commit 4dd2c86

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

doc/FAQ.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,20 @@ If you have your own marketplace that implements the VS Code Extension Gallery A
8686
point code-server to it by setting `$SERVICE_URL` and `$ITEM_URL`. These correspond directly
8787
to `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+
8996
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.
92103

93104
## Where are extensions stored?
94105

0 commit comments

Comments
 (0)