diff options
Diffstat (limited to 'development/vscode/vscode-1.10.2.patch')
-rw-r--r-- | development/vscode/vscode-1.10.2.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/development/vscode/vscode-1.10.2.patch b/development/vscode/vscode-1.10.2.patch new file mode 100644 index 0000000000000..84f63ffda35b7 --- /dev/null +++ b/development/vscode/vscode-1.10.2.patch @@ -0,0 +1,23 @@ +diff -ur vscode-1.10.2.old/product.json vscode-1.10.2/product.json +--- vscode-1.10.2.old/product.json 2017-03-08 07:34:22.000000000 -0300 ++++ vscode-1.10.2/product.json 2017-03-20 08:13:51.308984108 -0300 +@@ -14,5 +14,16 @@ + "win32ShellNameShort": "C&ode - OSS", + "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" ++ }, ++ "welcomePage": "http://go.microsoft.com/fwlink/?LinkId=723048", ++ "documentationUrl": "http://go.microsoft.com/fwlink/?LinkID=533484#vscode", ++ "releaseNotesUrl": "http://go.microsoft.com/fwlink/?LinkID=533483#vscode", ++ "twitterUrl": "http://go.microsoft.com/fwlink/?LinkID=533687", ++ "requestFeatureUrl": "http://go.microsoft.com/fwlink/?LinkID=533482", ++ "privacyStatementUrl": "http://go.microsoft.com/fwlink/?LinkID=528096&clcid=0x409" ++} |