Skip to content

Commit 27e7b93

Browse files
committed
Remove mention of legacy extension API
We would like to shut this down.
1 parent db9f678 commit 27e7b93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎docs/FAQ.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ If you own a marketplace that implements the VS Code Extension Gallery API, you
177177
can point code-server to it by setting `$EXTENSIONS_GALLERY`.
178178
This corresponds directly with the `extensionsGallery` entry in in VS Code's `product.json`.
179179

180-
For example, to use the legacy Coder extensions marketplace:
180+
For example:
181181

182182
```bash
183-
export EXTENSIONS_GALLERY='{"serviceUrl": "https://extensions.coder.com/api"}'
183+
export EXTENSIONS_GALLERY='{"serviceUrl": "https://my-extensions/api"}'
184184
```
185185

186186
Though you can technically use Microsoft's marketplace in this manner, we

‎patches/marketplace.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ in-between and has web extensions install directly from the marketplace.
1212

1313
This can be tested by setting EXTENSIONS_GALLERY set to:
1414

15-
'{"serviceUrl": "https://extensions.coder.com/api"}'
15+
'{"serviceUrl": "https://my-extensions/api"}'
1616

1717

1818
Index: code-server/lib/vscode/src/vs/platform/product/common/product.ts

0 commit comments

Comments
 (0)