summarylogtreecommitdiffstats
path: root/product_json.patch
blob: 0bea9b5d41c503c9659ee657bb904efe01743155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff -rupN a/product.json b/product.json
--- a/product.json	2018-02-08 09:33:36.318636387 -0800
+++ b/product.json	2018-02-08 09:34:55.559500099 -0800
@@ -19,5 +19,15 @@
 	"extensionAllowedProposedApi": [
 		"ms-vscode.node-debug",
 		"ms-vscode.node-debug2"
-	]
-}
\ No newline at end of file
+	],
+	"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@"
+}