Created
November 14, 2024 13:14
-
-
Save tony-sol/88549f9f273dd2d5e939db27f9b4eec1 to your computer and use it in GitHub Desktop.
Revisions
-
tony-sol created this gist
Nov 14, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ "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"],