summarylogtreecommitdiffstats
path: root/product_json.diff
diff options
context:
space:
mode:
Diffstat (limited to 'product_json.diff')
-rw-r--r--product_json.diff29
1 files changed, 29 insertions, 0 deletions
diff --git a/product_json.diff b/product_json.diff
new file mode 100644
index 000000000000..b514d340d1d2
--- /dev/null
+++ b/product_json.diff
@@ -0,0 +1,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"
+ ],