Skip to content

Instantly share code, notes, and snippets.

@zyzyx159
Last active July 6, 2022 09:23
Show Gist options
  • Save zyzyx159/7214a2f1e818e8e07477f15a1940850d to your computer and use it in GitHub Desktop.
Save zyzyx159/7214a2f1e818e8e07477f15a1940850d to your computer and use it in GitHub Desktop.
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",
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
"itemUrl": "https://marketplace.visualstudio.com/items"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment