summarylogtreecommitdiffstats
path: root/product_json.diff
blob: 1e71247a6a84ca2ebee3689026b190162651beff (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
--- product.json	2021-02-09 20:25:02.764523236 +0100
+++ product.json	2021-02-09 20:26:06.796124723 +0100
@@ -1,4 +1,17 @@
 {
+	"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://code.visualstudio.com/docs",
+	"requestFeatureUrl": "https://github.com/Microsoft/vscode/issues",
+	"introductoryVideosUrl": "https://go.microsoft.com/fwlink/?linkid=832146",
+	"tipsAndTricksUrl": "https://go.microsoft.com/fwlink/?linkid=852118",
+	"keyboardShortcutsUrlLinux": "https://go.microsoft.com/fwlink/?linkid=832144",
+	"commit": "@COMMIT@",
+	"date": "@DATE@",
 	"nameShort": "Code - OSS",
 	"nameLong": "Code - OSS",
 	"applicationName": "code-oss",
@@ -138,3 +151,4 @@
 		}
 	]
 }
+