blob: 84f63ffda35b7605cc8543e835fde5f672e1458c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"
+}
|