vscode/resources/linux/code.desktop
Xaver Hellauer 5852199686 Add "new window" action to code.desktop
In Gnome and Unity desktop (and maybe some others) this can be used to open a new Code window through right click on the launcher icon and then on "New Window".
2016-04-04 17:59:09 +02:00

19 lines
401 B
Desktop File

[Desktop Entry]
Name=@@NAME_LONG@@
Comment=Code Editing. Redefined.
GenericName=Text Editor
Exec=/usr/bin/@@NAME@@ %U
Icon=@@NAME@@
Type=Application
StartupNotify=true
StartupWMClass=@@NAME@@
Categories=Utility;TextEditor;Development;IDE;
MimeType=text/plain;
Actions=new-window;
[Desktop Action new-window]
Name=New Window
Name[de]=Neues Fenster
Exec=/usr/bin/@@NAME@@ --new-window %U
Icon=@@NAME@@