diff options
Diffstat (limited to 'development/vscode/vscode-1.9.1.patch')
-rw-r--r-- | development/vscode/vscode-1.9.1.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/development/vscode/vscode-1.9.1.patch b/development/vscode/vscode-1.9.1.patch new file mode 100644 index 0000000000..a340985a78 --- /dev/null +++ b/development/vscode/vscode-1.9.1.patch @@ -0,0 +1,17 @@ +diff -ur vscode-1.9.1.old/product.json vscode-1.9.1/product.json +--- vscode-1.9.1.old/product.json 2017-02-08 21:18:43.000000000 -0200 ++++ vscode-1.9.1/product.json 2017-02-14 19:23:55.023044320 -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" ++ } ++} |