feat: preparing for 1.86 (#1802)

This commit is contained in:
Baptiste Augrain
2024-02-07 00:51:19 +01:00
committed by GitHub
parent 799b71046d
commit d490b06bdb
31 changed files with 1111 additions and 330 deletions

View File

@@ -0,0 +1,18 @@
<?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>