Files
void-packages/srcpkgs/vscode/patches/product.patch
2021-11-08 17:45:22 -03:00

27 lines
1.0 KiB
Diff

diff --git a/product.json b/product.json
index 14ef10628d3..a5b1df55002 100644
--- a/product.json
+++ b/product.json
@@ -23,6 +23,9 @@
"licenseFileName": "LICENSE.txt",
"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
"urlProtocol": "code-oss",
+ "quality": "stable",
+ "documentationUrl": "https://github.com/microsoft/vscode-docs",
+ "requestFeatureUrl": "https://github.com/Microsoft/vscode/issues",
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-webview.net/insider/dc1a6699060423b8c4d2ced736ad70195378fddf/out/vs/workbench/contrib/webview/browser/pre/",
"extensionAllowedProposedApi": [
"ms-vscode.vscode-js-profile-flame",
@@ -32,6 +35,11 @@
"GitHub.remotehub",
"GitHub.remotehub-insiders"
],
+ "extensionsGallery": {
+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
+ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
+ "itemUrl": "https://marketplace.visualstudio.com/items"
+ },
"builtInExtensions": [
{
"name": "ms-vscode.references-view",