2017-07-05 01:59:56 +02:00
|
|
|
diff -rupN a/product.json b/product.json
|
|
|
|
--- a/product.json 2016-09-08 14:48:45.419566181 -0700
|
|
|
|
+++ b/product.json 2016-09-08 14:49:43.000000000 -0700
|
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
{
|
|
|
|
"nameShort": "Code - OSS",
|
|
|
|
- "nameLong": "Code - OSS",
|
|
|
|
+ "nameLong": "Visual Studio Code - OSS",
|
|
|
|
"applicationName": "code-oss",
|
|
|
|
"dataFolderName": ".vscode-oss",
|
|
|
|
"win32MutexName": "vscodeoss",
|
|
|
|
@@ -12,5 +12,19 @@
|
|
|
|
"win32AppUserModelId": "Microsoft.CodeOSS",
|
2017-03-20 19:41:53 +01:00
|
|
|
"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",
|
2017-07-05 01:59:56 +02:00
|
|
|
+ "welcomePage": "http://go.microsoft.com/fwlink/?LinkId=723048",
|
|
|
|
+ "quality": "stable",
|
2017-03-20 19:41:53 +01:00
|
|
|
+ "extensionsGallery": {
|
|
|
|
+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
|
|
|
+ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
|
|
|
|
+ "itemUrl": "https://marketplace.visualstudio.com/items"
|
|
|
|
+ },
|
|
|
|
+ "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",
|
2017-07-05 01:59:56 +02:00
|
|
|
+ "privacyStatementUrl": "http://go.microsoft.com/fwlink/?LinkID=528096&clcid=0x409",
|
2017-07-18 14:10:48 +02:00
|
|
|
+ "commit": "2648980a697a4c8fb5777dcfb2ab110cec8a2f58",
|
2017-07-05 01:59:56 +02:00
|
|
|
+ "date": "2017-06-14T03:04:00Z"
|
2017-03-20 19:41:53 +01:00
|
|
|
+}
|
2017-07-05 01:59:56 +02:00
|
|
|
|