Skip to content

Commit cb1ebfa

Browse files
author
Mike Terhar
authored
Add open-vsx marketplace example to extensions (#493)
1 parent eda750a commit cb1ebfa

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

admin/workspace-management/extensions.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Extensions"
3-
description: Learn how to configure the code-server extension marketplace .
3+
description: Learn how to configure the code-server extension marketplace.
44
---
55

66
You can customize VS Code with extensions, which allow you to add new features
@@ -20,6 +20,17 @@ then scrolling down to **Extensions**:
2020

2121
![Configuring extensions marketplace](../../assets/admin/configure-extensions.png)
2222

23+
## Open VSX public extension marketplace
24+
25+
To use [open-vsx.org](https://open-vsx.org) extensions in your Coder
26+
environment:
27+
28+
1. Set the **Extension Marketplace Type** to **Custom**
29+
1. Set the **Extension Marketplace API URL** to
30+
`https://open-vsx.org/vscode/gallery` (this value comes from the `serviceUrl`
31+
path described in [open-vsx's
32+
documentation](https://github.com/eclipse/openvsx/wiki/Using-Open-VSX-in-VS-Code)).
33+
2334
## Air-gapped marketplaces
2435

2536
If you run Coder in an air-gapped workspace, the public VS Code marketplace is

0 commit comments

Comments
 (0)