summarylogtreecommitdiffstats
path: root/code-liveshare.patch
diff options
context:
space:
mode:
authorMichael Hansen2018-05-08 09:53:34 -0700
committerMichael Hansen2018-05-08 09:53:34 -0700
commit2c88d66f6f9d0e4c01d1dfe189e5bf0d7a6f4bc7 (patch)
tree05216b5c8ebe83b8f37fc4b3c3045c1582d4d6ee /code-liveshare.patch
parentef907a0b9b4c26655e035c01e58ed90641eae73d (diff)
downloadaur-2c88d66f6f9d0e4c01d1dfe189e5bf0d7a6f4bc7.tar.gz
Add missing API to product.json to allow live-share to work
Diffstat (limited to 'code-liveshare.patch')
-rw-r--r--code-liveshare.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/code-liveshare.patch b/code-liveshare.patch
new file mode 100644
index 000000000000..2654bc75fc44
--- /dev/null
+++ b/code-liveshare.patch
@@ -0,0 +1,11 @@
+diff -rupN a/product.json b/product.json
+--- a/product.json 2018-05-08 09:26:25.618099994 -0700
++++ b/product.json 2018-05-08 09:26:47.388338276 -0700
+@@ -17,6 +17,7 @@
+ "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
+ "urlProtocol": "code-oss",
+ "extensionAllowedProposedApi": [
++ "ms-vsliveshare.vsliveshare",
+ "ms-vscode.node-debug",
+ "ms-vscode.node-debug2"
+ ],