summaryrefslogtreecommitdiff
path: root/development/vscode/vscode-1.9.0.patch
diff options
context:
space:
mode:
authorAndre Barboza <bmg.andre@gmail.com>2017-02-05 16:52:37 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-05 16:52:37 +0700
commit8aec2ce256f13c9f882240c96cf985382846c1a7 (patch)
tree471599bda6006e24792de5436faa39c1c96655f6 /development/vscode/vscode-1.9.0.patch
parente5ebfb204de997ee844387458915d384f517e301 (diff)
downloadslackbuilds-8aec2ce256f13c9f882240c96cf985382846c1a7.tar.gz
development/vscode: Updated for version 1.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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"
++ }
++}