summaryrefslogtreecommitdiff
path: root/development/vscode/vscode-1.9.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/vscode/vscode-1.9.0.patch')
-rw-r--r--development/vscode/vscode-1.9.0.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/development/vscode/vscode-1.9.0.patch b/development/vscode/vscode-1.9.0.patch
new file mode 100644
index 0000000000..d36de8fbea
--- /dev/null
+++ b/development/vscode/vscode-1.9.0.patch
@@ -0,0 +1,17 @@
+diff -ur vscode-1.9.0.old/product.json vscode-1.9.0/product.json
+--- vscode-1.9.0.old/product.json 2017-02-02 07:40:40.000000000 -0200
++++ vscode-1.9.0/product.json 2017-02-05 07:09:30.829967716 -0200
+@@ -13,5 +13,10 @@
+ "win32AppUserModelId": "Microsoft.CodeOSS",
+ "darwinBundleIdentifier": "com.visualstudio.code.oss",
+ "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
+- "urlProtocol": "code-oss"
+-}
+\ No newline at end of file
++ "urlProtocol": "code-oss",
++ "extensionsGallery": {
++ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
++ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
++ "itemUrl": "https://marketplace.visualstudio.com/items"
++ }
++}