Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tony-sol/88549f9f273dd2d5e939db27f9b4eec1 to your computer and use it in GitHub Desktop.
Save tony-sol/88549f9f273dd2d5e939db27f9b4eec1 to your computer and use it in GitHub Desktop.
Using Open VSX in VS Code
"extensionsGallery": {
-- "nlsBaseUrl": "https://www.vscode-unpkg.net/_lp/",
-- "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
-- "itemUrl": "https://marketplace.visualstudio.com/items",
-- "publisherUrl": "https://marketplace.visualstudio.com/publishers",
-- "resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
-- "controlUrl": "https://az764295.vo.msecnd.net/extensions/marketplace.json"
++ "serviceUrl": "https://open-vsx.org/vscode/gallery",
++ "itemUrl": "https://open-vsx.org/vscode/item"
},
...
-- "linkProtectionTrustedDomains": ["https://*.visualstudio.com", "https://*.microsoft.com", "https://aka.ms", "https://*.gallerycdn.vsassets.io", "https://*.github.com", "https://login.microsoftonline.com", "https://*.vscode.dev", "https://*.github.dev", "https://gh.io", "https://portal.azure.com", "https://raw.githubusercontent.com", "https://private-user-images.githubusercontent.com", "https://avatars.githubusercontent.com"],
++ "linkProtectionTrustedDomains": ["https://open-vsx.org", "https://*.visualstudio.com", "https://*.microsoft.com", "https://aka.ms", "https://*.gallerycdn.vsassets.io", "https://*.github.com", "https://login.microsoftonline.com", "https://*.vscode.dev", "https://*.github.dev", "https://gh.io", "https://portal.azure.com", "https://raw.githubusercontent.com", "https://private-user-images.githubusercontent.com", "https://avatars.githubusercontent.com"],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment