File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
bin
3
3
coverage
4
4
extensions
5
+ .idea
Original file line number Diff line number Diff line change @@ -165,7 +165,13 @@ marketplace is running behind an https URL.
165
165
Although not officially supported, you can follow the examples below to start using code-marketplace with VS Code and VSCodium:
166
166
167
167
- [ 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
+ ```
169
175
170
176
## Missing features
171
177
You can’t perform that action at this time.
0 commit comments