Skip to content

Instantly share code, notes, and snippets.

@marcorichetta
Last active December 14, 2020 21:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save marcorichetta/1b36cf33d270c0f426651506d84feccb to your computer and use it in GitHub Desktop.
Save marcorichetta/1b36cf33d270c0f426651506d84feccb to your computer and use it in GitHub Desktop.
Change OpenVSX for MS Marketplace as extensions provider
find /usr/share/ -name "product.json"

# cd into vscodum directory
cd /usr/share/vscodium-bin/resources/app

nano product.json

# search for "extensionsGallery" 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"
}, # Don't forget the comma!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment