diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-07-04 20:59:56 -0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-08 07:11:30 +0700 |
commit | 99be1e41cc859a9c811657df13a642c816195cad (patch) | |
tree | 273a445f1916418abfdf4ea21e70a638be7028d1 /development/vscode/product.json.patch | |
parent | dae0dd373cfb451059eb1751bd31badf21c1f6e4 (diff) |
development/vscode: Updated for version 1.13.1
Signed-off-by: Andre Barboza <bmg.andre@gmail.com>
Diffstat (limited to 'development/vscode/product.json.patch')
-rw-r--r-- | development/vscode/product.json.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/development/vscode/product.json.patch b/development/vscode/product.json.patch new file mode 100644 index 000000000000..283fd1c494f1 --- /dev/null +++ b/development/vscode/product.json.patch @@ -0,0 +1,35 @@ +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", + "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", ++ "welcomePage": "http://go.microsoft.com/fwlink/?LinkId=723048", ++ "quality": "stable", ++ "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", ++ "privacyStatementUrl": "http://go.microsoft.com/fwlink/?LinkID=528096&clcid=0x409", ++ "commit": "376c52b955428d205459bea6619fc161fc8faacf", ++ "date": "2017-06-14T03:04:00Z" ++} + |