Skip to content

Commit 17ec251

Browse files
authored
chore: update codium custom marketplace (#78)
1 parent 3e808a6 commit 17ec251

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
bin
33
coverage
44
extensions
5+
.idea

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,13 @@ marketplace is running behind an https URL.
165165
Although 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

0 commit comments

Comments
 (0)