blob: 78185549b3d44f59bdb05f7be6ac8ef4f581dea9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Desktop Entry]
Name=VSCode (in new window)
Comment=Editing evolved
GenericName=Code Editor
Exec=/usr/bin/vscode @exec_extra_flags@ --new-window -- %F
Icon=vscode
NoDisplay=true
Type=Application
StartupNotify=false
Categories=Utility;TextEditor;Development;IDE;
MimeType=text/plain;inode/directory;application/x-code-workspace;
Actions=new-empty-window;
Keywords=vscode;code;
|