forked from flathub/com.visualstudio.code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.visualstudio.code.appdata.xml
25 lines (25 loc) · 1.17 KB
/
com.visualstudio.code.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version='1.0' encoding='UTF-8'?>
<component type="desktop">
<id>com.visualstudio.code</id>
<metadata_license>MIT</metadata_license>
<project_license>LicenseRef-proprietary=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.</p>
<p>This is the proprietary Microsoft build of Visual Studio Code, packaged into a Flatpak. This repackaging is not supported by Microsoft.</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>
<content_rating type="oars-1.1">
<content_attribute id="social-info">moderate</content_attribute>
</content_rating>
<releases>
<release date="2019-07-08" version="1.36.1"/>
</releases>
</component>