Skip to content

Commit

Permalink
Remove mention of legacy extension API
Browse files Browse the repository at this point in the history
We would like to shut this down.
  • Loading branch information
code-asher committed Oct 4, 2023
1 parent db9f678 commit 27e7b93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ If you own a marketplace that implements the VS Code Extension Gallery API, you
can point code-server to it by setting `$EXTENSIONS_GALLERY`.
This corresponds directly with the `extensionsGallery` entry in in VS Code's `product.json`.

For example, to use the legacy Coder extensions marketplace:
For example:

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

Though you can technically use Microsoft's marketplace in this manner, we
Expand Down
2 changes: 1 addition & 1 deletion patches/marketplace.diff
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ in-between and has web extensions install directly from the marketplace.

This can be tested by setting EXTENSIONS_GALLERY set to:

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


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

0 comments on commit 27e7b93

Please sign in to comment.