mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 16:38:01 +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>
18 lines
No EOL
946 B
XML
18 lines
No EOL
946 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop">
|
|
<id>code.desktop</id>
|
|
<metadata_license>Multiple, see https://code.visualstudio.com/license</metadata_license>
|
|
<project_license>Multiple, see https://code.visualstudio.com/license</project_license>
|
|
<name>Visual Studio Code</name>
|
|
<url type="homepage">https://code.visualstudio.com</url>
|
|
<summary>Visual Studio Code. Code editing. Redefined.</summary>
|
|
<description>
|
|
<p>Visual Studio Code is a new choice of tool that combines the simplicity of a code editor with what developers need for the core edit-build-debug cycle. See https://code.visualstudio.com/docs/setup/linux for installation instructions and FAQ.</p>
|
|
</description>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://code.visualstudio.com/home/home-screenshot-linux-lg.png</image>
|
|
<caption>Editing TypeScript and searching for extensions</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
</component> |