Skip to content

Commit 5d09d20

Browse files
committed
Custom product.json
1 parent 53e62d3 commit 5d09d20

File tree

1 file changed

+50
-2
lines changed

1 file changed

+50
-2
lines changed

product.json

+50-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
3131
"nodejsRepository": "https://nodejs.org",
3232
"urlProtocol": "code-oss",
33-
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/ef65ac1ba57f57f2a3961bfe94aa20481caca4c6/out/vs/workbench/contrib/webview/browser/pre/",
33+
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}/out/vs/workbench/contrib/webview/browser/pre/",
34+
"quality": "stable",
3435
"builtInExtensions": [
3536
{
3637
"name": "ms-vscode.js-debug-companion",
@@ -80,5 +81,52 @@
8081
"publisherDisplayName": "Microsoft"
8182
}
8283
}
83-
]
84+
],
85+
"extensionsGallery": {
86+
"nlsBaseUrl": "https://www.vscode-unpkg.net/_lp/",
87+
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
88+
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
89+
"itemUrl": "https://marketplace.visualstudio.com/items",
90+
"publisherUrl": "https://marketplace.visualstudio.com/publishers",
91+
"resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
92+
"controlUrl": "https://az764295.vo.msecnd.net/extensions/marketplace.json"
93+
},
94+
"linkProtectionTrustedDomains": [
95+
"https://*.visualstudio.com",
96+
"https://*.microsoft.com",
97+
"https://aka.ms",
98+
"https://*.gallerycdn.vsassets.io",
99+
"https://*.github.com",
100+
"https://login.microsoftonline.com",
101+
"https://*.vscode.dev",
102+
"https://*.github.dev",
103+
"https://gh.io",
104+
"https://portal.azure.com"
105+
],
106+
"trustedExtensionAuthAccess": [
107+
"vscode.git",
108+
"vscode.github",
109+
"ms-vscode.remote-repositories",
110+
"github.remotehub",
111+
"ms-vscode.azure-repos",
112+
"ms-vscode.remote-server",
113+
"github.vscode-pull-request-github",
114+
"github.codespaces",
115+
"ms-vsliveshare.vsliveshare",
116+
"github.copilot",
117+
"github.copilot-chat",
118+
"ms-azuretools.vscode-azureresourcegroups",
119+
"ms-edu.vscode-learning"
120+
],
121+
"trustedExtensionProtocolHandlers": [
122+
"vscode.git",
123+
"vscode.github-authentication",
124+
"vscode.microsoft-authentication"
125+
],
126+
"auth": {
127+
"loginUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
128+
"tokenUrl": "https://login.microsoftonline.com/common/oauth2/token",
129+
"redirectUrl": "https://vscode-redirect.azurewebsites.net/",
130+
"clientId": "aebc6443-996d-45c2-90f0-388ff96faa56"
131+
}
84132
}

0 commit comments

Comments
 (0)