mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
app-editors/visual-studio-code-bin: New Package
Closes: https://bugs.gentoo.org/675742 Closes: https://github.com/gentoo/gentoo/pull/11674 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Gino McCarty <onigino@protonmail.com> Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com>
This commit is contained in:
18
app-editors/visual-studio-code-bin/files/code.desktop
Executable file
18
app-editors/visual-studio-code-bin/files/code.desktop
Executable file
@@ -0,0 +1,18 @@
|
||||
[Desktop Entry]
|
||||
Name=Visual Studio Code
|
||||
Comment=Code Editing. Redefined.
|
||||
GenericName=Text Editor
|
||||
Exec=/usr/bin/code --no-sandbox --unity-launch %F
|
||||
Icon=visual-studio-code
|
||||
Type=Application
|
||||
StartupNotify=false
|
||||
StartupWMClass=Code
|
||||
Categories=Utility;TextEditor;Development;IDE;
|
||||
MimeType=text/plain;inode/directory;application/x-code-workspace;
|
||||
Actions=new-empty-window;
|
||||
Keywords=vscode;
|
||||
|
||||
[Desktop Action new-empty-window]
|
||||
Name=New Empty Window
|
||||
Exec=/usr/share/code/code --no-sandbox --new-window %F
|
||||
Icon=com.visualstudio.code
|
||||
Reference in New Issue
Block a user