summarylogtreecommitdiffstats
path: root/product_json.patch
diff options
context:
space:
mode:
authorMichael Hansen2016-02-17 17:03:30 -0800
committerMichael Hansen2016-02-17 17:03:30 -0800
commit9e010b0e27823190142ab3315f3c100744a9176f (patch)
tree0cf1c33824903168f5c11ecd798232ff93e9483e /product_json.patch
parent7783efe8976d948c15da154b782bf16d56900a21 (diff)
downloadaur-9e010b0e27823190142ab3315f3c100744a9176f.tar.gz
Update to v0.10.8, and fix a couple of issues with the OSS build
Diffstat (limited to 'product_json.patch')
-rw-r--r--product_json.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/product_json.patch b/product_json.patch
new file mode 100644
index 000000000000..3fb6da80e948
--- /dev/null
+++ b/product_json.patch
@@ -0,0 +1,19 @@
+diff -rupN a/product.json b/product.json
+--- a/product.json 2016-02-17 16:46:45.526013096 -0800
++++ b/product.json 2016-02-17 16:49:24.172684567 -0800
+@@ -6,5 +6,12 @@
+ "win32ShortcutName": "code-oss",
+ "licenseUrl": "https://github.com/Microsoft/vscode/blob/master/LICENSE.txt",
+ "darwinBundleIdentifier": "com.visualstudio.code.oss",
+- "welcomePage": "http://go.microsoft.com/fwlink/?LinkId=723048"
+-}
+\ No newline at end of file
++ "welcomePage": "http://go.microsoft.com/fwlink/?LinkId=723048",
++ "quality": "stable",
++ "extensionsGallery": {
++ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
++ "itemUrl": "https://marketplace.visualstudio.com/items"
++ },
++ "documentationUrl": "http://go.microsoft.com/fwlink/?LinkID=533484#vscode",
++ "releaseNotesUrl": "http://go.microsoft.com/fwlink/?LinkID=533483#vscode"
++}