48 lines
1.4 KiB
Diff
48 lines
1.4 KiB
Diff
diff --git a/product.json b/product.json
|
|
index 4103352af8..3d48bbee02 100644
|
|
--- a/product.json
|
|
+++ b/product.json
|
|
@@ -22,5 +22,10 @@
|
|
"urlProtocol": "code-oss",
|
|
"extensionAllowedProposedApi": [
|
|
"ms-vscode.references-view"
|
|
- ]
|
|
-}
|
|
\ No newline at end of file
|
|
+ ],
|
|
+ "extensionsGallery": {
|
|
+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
|
+ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
|
|
+ "itemUrl": "https://marketplace.visualstudio.com/items"
|
|
+ }
|
|
+}
|
|
diff --git a/resources/linux/code.desktop b/resources/linux/code.desktop
|
|
index dbc7818cec..fc2044fa18 100644
|
|
--- a/resources/linux/code.desktop
|
|
+++ b/resources/linux/code.desktop
|
|
@@ -1,12 +1,12 @@
|
|
[Desktop Entry]
|
|
-Name=@@NAME_LONG@@
|
|
+Name=Code - Git
|
|
Comment=Code Editing. Redefined.
|
|
GenericName=Text Editor
|
|
-Exec=/usr/share/@@NAME@@/@@NAME@@ --unity-launch %F
|
|
-Icon=@@ICON@@
|
|
+Exec=/usr/share/code/code --unity-launch %F
|
|
+Icon=/usr/share/code/resources/linux/code.png
|
|
Type=Application
|
|
StartupNotify=false
|
|
-StartupWMClass=@@NAME_SHORT@@
|
|
+StartupWMClass=Code
|
|
Categories=Utility;TextEditor;Development;IDE;
|
|
MimeType=text/plain;inode/directory;
|
|
Actions=new-empty-window;
|
|
@@ -14,5 +14,5 @@ Keywords=vscode;
|
|
|
|
[Desktop Action new-empty-window]
|
|
Name=New Empty Window
|
|
-Exec=/usr/share/@@NAME@@/@@NAME@@ --new-window %F
|
|
-Icon=@@ICON@@
|
|
+Exec=/usr/share/code/code --new-window %F
|
|
+Icon=/usr/share/resources/linux/code.png
|