summarylogtreecommitdiffstats
path: root/product_json.diff
blob: b514d340d1d24487b2f94a6da85d119074011285 (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
--- product.json	2020-05-17 11:10:55.272847883 +0200
+++ product.json	2020-05-17 11:12:21.374005995 +0200
@@ -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",
@@ -21,6 +34,8 @@
 	"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
 	"urlProtocol": "code-oss",
 	"extensionAllowedProposedApi": [
+		"ms-vsliveshare.vsliveshare",
+		"ms-vscode-remote.remote-ssh",
 		"ms-vscode.vscode-js-profile-table",
 		"ms-vscode.references-view"
 	],