Extensions

1 min read

Learn how to configure the code-server extension marketplace .

You can customize VS Code with extensions, which allow you to add new features and functionality (e.g., languages, debuggers, tools), themes, and more.

The Extension Marketplace

You can find the extensions available to you in the Extension Marketplace. Access to the marketplace is enabled by default and requires no unique configuration on your part. You can, however, choose between two types of extensions marketplaces by going to Manage > Admin > Infrastructure, then scrolling down to Extensions:

  • Public: a Coder-hosted marketplace of open-source VS Code extensions
  • Custom: your organization's custom VS Code extension marketplace API, accessed via the URL you provide

Configuring Extensions Marketplace

Air-Gapped Marketplaces

If you run Coder in an air-gapped environment, the public VS Code marketplace is inaccessible to end-users. Using the Custom configuration option, you can point Coder to an air-gapped instance of OpenVSX to serve assets to users.

View the OpenVSX deployment wiki for more information.

Our docs are open source. See something wrong or unclear? Make an edit.