Skip to content

Instantly share code, notes, and snippets.

@the-spanish-guy
Last active March 20, 2021 04:42
Show Gist options
  • Save the-spanish-guy/2b976902e9ccee4ae729dd658150c89f to your computer and use it in GitHub Desktop.
Save the-spanish-guy/2b976902e9ccee4ae729dd658150c89f to your computer and use it in GitHub Desktop.
//path: /usr/share/vscodium-bin/resources/app/product.json -- arch based
//path: /snap/codium/151/usr/share/codium/resources/app/product.json -- snap install
//change vscodium
"extensionsGallery": {
"serviceUrl": "https://open-vsx.org/vscode/gallery",
"itemUrl": "https://open-vsx.org/vscode/item"
}
//to vscode
"extensionsGallery": {
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"itemUrl": "https://marketplace.visualstudio.com/items"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment