From c149c15b69a770f0bcb7dcd4346d6b860515b30e Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Fri, 9 Apr 2021 14:36:04 -0500 Subject: [PATCH] Update marketplace rec --- setup/air-gapped.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/setup/air-gapped.md b/setup/air-gapped.md index 0578683be..719c86aa9 100644 --- a/setup/air-gapped.md +++ b/setup/air-gapped.md @@ -90,7 +90,13 @@ platform images are hosted in Coder's Docker Hub repo. ## Extensions marketplace -You can configure your deployment to use the internal, built-in extension -marketplace, allowing your developers to utilize whitelisted IDE extensions -within your air-gapped environment. For additional details, see +Coder users in an air-gapped environment cannot access the public VS Code +marketplace. However, you can point Coder to an air-gapped instance of +[OpenVSX](https://github.com/eclipse/openvsx) to serve assets to users. For +instructions on implementing this, see [Extensions](../admin/environment-management/extensions.md). + +You can also review the [OpenVSX deployment wiki] for more information. + +[openvsx deployment wiki]: + https://github.com/eclipse/openvsx/wiki/Deploying-Open-VSX