void-packages/srcpkgs/vscode/patches/product.patch

22 lines
739 B
Diff

diff --git a/product.json b/product.json
index 759d76553339..6dccc0906900 100644
--- a/product.json
+++ b/product.json
@@ -20,7 +20,15 @@
"licenseFileName": "LICENSE.txt",
"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
"urlProtocol": "code-oss",
+ "quality": "stable",
"extensionAllowedProposedApi": [
"ms-vscode.references-view"
- ]
+ ],
+ "extensionsGallery": {
+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
+ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
+ "itemUrl": "https://marketplace.visualstudio.com/items"
+ },
+ "documentationUrl": "https://github.com/microsoft/vscode-docs",
+ "requestFeatureUrl": "https://github.com/Microsoft/vscode/issues"
}