mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 00:18:26 +00:00
Current package installs vscode from tar.gz, therefore some files are shipped in FILESDIR were missing/obsolete: * StartupWMClass in desktop files was removed (bug #963205) * code-open-in-new-window is now an action of code.desktop * Added files for mime-types and app metadata * Added shell-completions Closes: https://bugs.gentoo.org/963205 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/44716 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
12 lines
No EOL
325 B
Desktop File
12 lines
No EOL
325 B
Desktop File
[Desktop Entry]
|
|
Name=Visual Studio Code - URL Handler
|
|
Comment=Code Editing. Redefined.
|
|
GenericName=Text Editor
|
|
Exec=/usr/bin/vscode @exec_extra_flags@ --open-url %U
|
|
Icon=vscode
|
|
Type=Application
|
|
NoDisplay=true
|
|
StartupNotify=true
|
|
Categories=Utility;TextEditor;Development;IDE;
|
|
MimeType=x-scheme-handler/vscode;
|
|
Keywords=vscode; |