mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-14 04:38:18 +10:00
19 lines
648 B
XML
19 lines
648 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop">
|
|
<id>@@NAME@@.desktop</id>
|
|
<metadata_license>@@LICENSE@@</metadata_license>
|
|
<project_license>@@LICENSE@@</project_license>
|
|
<name>@@NAME_LONG@@</name>
|
|
<url type="homepage">https://www.vscodium.com</url>
|
|
<summary>VSCodium. Code editing. Redefined.</summary>
|
|
<description>
|
|
<p>VSCodium is a community-driven, freely-licensed binary distribution of Microsoft's editor VS Code.</p>
|
|
</description>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://www.vscodium.com/img/vscodium.png</image>
|
|
<caption>Editing C</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
</component>
|