|
30 | 30 | "reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
|
31 | 31 | "nodejsRepository": "https://nodejs.org",
|
32 | 32 | "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", |
34 | 35 | "builtInExtensions": [
|
35 | 36 | {
|
36 | 37 | "name": "ms-vscode.js-debug-companion",
|
|
80 | 81 | "publisherDisplayName": "Microsoft"
|
81 | 82 | }
|
82 | 83 | }
|
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 | + } |
84 | 132 | }
|
0 commit comments