File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22bin
33coverage
44extensions
5+ .idea
Original file line number Diff line number Diff line change @@ -165,7 +165,13 @@ marketplace is running behind an https URL.
165165Although not officially supported, you can follow the examples below to start using code-marketplace with VS Code and VSCodium:
166166
167167- [ VS Code] ( https://github.com/eclipse/openvsx/wiki/Using-Open-VSX-in-VS-Code )
168- - [ VSCodium] ( https://github.com/VSCodium/vscodium/blob/master/DOCS.md#how-to-use-the-vs-code-marketplace )
168+ - [ VSCodium] ( https://github.com/VSCodium/vscodium/blob/master/docs/index.md#howto-switch-marketplace )
169+ ```
170+ export VSCODE_GALLERY_SERVICE_URL="https://<domain>/api
171+ export VSCODE_GALLERY_ITEM_URL="https://<domain>/item"
172+ # Or set a product.json file in `~/.config/VSCodium/product.json`
173+ codium
174+ ```
169175
170176## Missing features
171177
You can’t perform that action at this time.
0 commit comments