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" +}