Date: Monday, September 10, 2018 @ 14:59:47
  Author: ffy00
Revision: 379215

add assets

Added:
  code/trunk/code-liveshare.patch
  code/trunk/code.desktop
  code/trunk/code.sh
  code/trunk/product_json.patch

----------------------+
 code-liveshare.patch |   11 +++++++++++
 code.desktop         |   29 +++++++++++++++++++++++++++++
 code.sh              |    3 +++
 product_json.patch   |   21 +++++++++++++++++++++
 4 files changed, 64 insertions(+)

Added: code-liveshare.patch
===================================================================
--- code-liveshare.patch                                (rev 0)
+++ code-liveshare.patch        2018-09-10 14:59:47 UTC (rev 379215)
@@ -0,0 +1,11 @@
+diff -rupN a/product.json b/product.json
+--- a/product.json     2018-05-08 09:26:25.618099994 -0700
++++ b/product.json     2018-05-08 09:26:47.388338276 -0700
+@@ -17,6 +17,7 @@
+       "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new";,
+       "urlProtocol": "code-oss",
+       "extensionAllowedProposedApi": [
++              "ms-vsliveshare.vsliveshare",
+               "ms-vscode.node-debug",
+               "ms-vscode.node-debug2"
+       ],

Added: code.desktop
===================================================================
--- code.desktop                                (rev 0)
+++ code.desktop        2018-09-10 14:59:47 UTC (rev 379215)
@@ -0,0 +1,29 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.0
+Name=Microsoft Code (Open Source)
+Comment=Code Editing. Redefined.
+GenericName=Text Editor
+Exec=code %F
+Icon=/usr/share/icons/code.png
+Type=Application
+StartupNotify=true
+StartupWMClass=Code - OSS
+Categories=Utility;TextEditor;Development;IDE;
+MimeType=text/plain;inode/directory;
+Actions=new-window;
+Keywords=vscode;
+
+[Desktop Action new-window]
+Name=New Window
+Name[de]=Neues Fenster
+Name[es]=Nueva ventana
+Name[fr]=Nouvelle fenêtre
+Name[it]=Nuova finestra
+Name[ja]=新規ウインドウ
+Name[ko]=새 창
+Name[ru]=Новое окно
+Name[zh_CN]=新建窗口
+Name[zh_TW]=開新視窗
+Exec=code %F
+Icon=/usr/share/icons/code.png

Added: code.sh
===================================================================
--- code.sh                             (rev 0)
+++ code.sh     2018-09-10 14:59:47 UTC (rev 379215)
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+electron /usr/lib/code/app/ --unity-launch "$@"

Added: product_json.patch
===================================================================
--- product_json.patch                          (rev 0)
+++ product_json.patch  2018-09-10 14:59:47 UTC (rev 379215)
@@ -0,0 +1,21 @@
+diff --git a/product.json b/product.json
+index ed3ced1c1b..df707206d5 100644
+--- a/product.json
++++ b/product.json
+@@ -21,5 +21,15 @@
+       "extensionAllowedProposedApi": [
+               "ms-vscode.node-debug",
+               "ms-vscode.node-debug2"
+-      ]
++      ],
++      "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": "https://github.com/microsoft/vscode-docs";,
++      "requestFeatureUrl": "https://github.com/Microsoft/vscode/issues";,
++      "commit": "@COMMIT@",
++      "date": "@DATE@"
+ }

Reply via email to