mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-28 14:47:53 +00:00
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".
19 lines
401 B
Desktop File
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@@
|