Skip to content

Instantly share code, notes, and snippets.

@zyzyx159
zyzyx159 / market_place.txt
Last active July 6, 2022 09:23
VSCodium change market place
How to get vscode-oss to use the microsoft marketplace:
Linux: /lib/code/product.json
Linux VSCodium: /usr/share/codium/resources/app/product.json
Windows: C:\Users\<user>\AppData\Local\Programs\VSCodium\resources\app
find the "ExtensionsGallery" section and replace it with
"extensionsGallery": {
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",