summaryrefslogtreecommitdiff
path: root/app-editors/vscode/files/code.appdata.xml
blob: 8ef9c4d197a6af4fe6ff2932d763a9523141cafb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>