File tree 1 file changed +12
-1
lines changed
admin/workspace-management
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : " Extensions"
3
- description : Learn how to configure the code-server extension marketplace .
3
+ description : Learn how to configure the code-server extension marketplace.
4
4
---
5
5
6
6
You can customize VS Code with extensions, which allow you to add new features
@@ -20,6 +20,17 @@ then scrolling down to **Extensions**:
20
20
21
21
![ Configuring extensions marketplace] ( ../../assets/admin/configure-extensions.png )
22
22
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
+
23
34
## Air-gapped marketplaces
24
35
25
36
If you run Coder in an air-gapped workspace, the public VS Code marketplace is
You can’t perform that action at this time.
0 commit comments