This repository has been archived on 2023-01-08. You can view files and clone it, but cannot push or open issues or pull requests.
ptrcports/code-oss/enable-extensions.patch

21 lines
1 KiB
Diff

--- a/product.json
+++ b/product.json
@@ -28,6 +28,17 @@
"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
"urlProtocol": "code-oss",
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/3c8520fab514b9f56070214496b26ff68d1b1cb5/out/vs/workbench/contrib/webview/browser/pre/",
+ "quality": "stable",
+ "extensionsGallery": {
+ "nlsBaseUrl": "https://www.vscode-unpkg.net/_nls/",
+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
+ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
+ "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",
+ "recommendationsUrl": "https://az764295.vo.msecnd.net/extensions/workspaceRecommendations.json.gz"
+ },
"builtInExtensions": [
{
"name": "ms-vscode.js-debug-companion",