Remove mention of legacy extension API
We would like to shut this down.
This commit is contained in:
parent
db9f678477
commit
27e7b931e7
@ -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`.
|
can point code-server to it by setting `$EXTENSIONS_GALLERY`.
|
||||||
This corresponds directly with the `extensionsGallery` entry in in VS Code's `product.json`.
|
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
|
```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
|
Though you can technically use Microsoft's marketplace in this manner, we
|
||||||
|
@ -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:
|
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
|
Index: code-server/lib/vscode/src/vs/platform/product/common/product.ts
|
||||||
|
Reference in New Issue
Block a user