blob: 5485624b17f27ce4e75dd4ecc85c91c2f9589f61 (
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.11.1.old/product.json vscode-1.11.1/product.json
--- vscode-1.11.1.old/product.json 2017-04-06 10:42:12.000000000 -0300
+++ vscode-1.11.1/product.json 2017-04-07 06:58:55.098944732 -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"
+}
|