Skip to content

Commit cc077df

Browse files
author
Mike Terhar
authored
Add open-vsx marketplace example to extensions
1 parent f93560e commit cc077df

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

admin/workspace-management/extensions.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ 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 the [open-vsx.org](https://open-vsx.org) extensions in your Coder
26+
environment, you can set the extension marketplace admin value to:
27+
28+
```
29+
https://open-vsx.org/vscode/gallery
30+
```
31+
32+
This value comes from the `serviceUrl` path described in [open-vsx's
33+
documentation](https://github.com/eclipse/openvsx/wiki/Using-Open-VSX-in-VS-Code).
34+
2335
## Air-gapped marketplaces
2436

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

0 commit comments

Comments
 (0)