Skip to content

Add open-vsx marketplace example to extensions #493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion admin/workspace-management/extensions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Extensions"
description: Learn how to configure the code-server extension marketplace .
description: Learn how to configure the code-server extension marketplace.
---

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

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

## Open VSX public extension marketplace

To use [open-vsx.org](https://open-vsx.org) extensions in your Coder
environment:

1. Set the **Extension Marketplace Type** to **Custom**
1. Set the **Extension Marketplace API URL** to
`https://open-vsx.org/vscode/gallery` (this value comes from the `serviceUrl`
path described in [open-vsx's
documentation](https://github.com/eclipse/openvsx/wiki/Using-Open-VSX-in-VS-Code)).

## Air-gapped marketplaces

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