summarylogtreecommitdiffstats
path: root/product_json.patch
blob: 94547fc4293018eaf7268f2002ec690e13eb118a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/product.json b/product.json
index ed3ced1c1b..df707206d5 100644
--- a/product.json
+++ b/product.json
@@ -21,5 +21,15 @@
 	"extensionAllowedProposedApi": [
 		"ms-vscode.node-debug",
 		"ms-vscode.node-debug2"
-	]
+	],
+	"quality": "stable",
+	"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",
+	"commit": "@COMMIT@",
+	"date": "@DATE@"
 }