summarylogtreecommitdiffstats
path: root/product_json.patch
blob: 99ad76c9d160f8dcc56b01b0b376ca09f9709cf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff -rupN a/product.json b/product.json
--- a/product.json	2016-09-08 14:48:45.419566181 -0700
+++ b/product.json	2016-09-08 14:49:43.000000000 -0700
@@ -1,6 +1,6 @@
 {
 	"nameShort": "Code - OSS",
-	"nameLong": "Code - OSS",
+	"nameLong": "Code - OSS (Git)",
 	"applicationName": "code-oss",
 	"dataFolderName": ".vscode-oss",
 	"win32MutexName": "vscodeoss",
@@ -12,5 +12,15 @@
 	"win32AppUserModelId": "Microsoft.CodeOSS",
 	"darwinBundleIdentifier": "com.visualstudio.code.oss",
 	"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
-	"urlProtocol": "code-oss"
-}
\ No newline at end of file
+	"urlProtocol": "code-oss",
+	"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@"
+}