Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/resources/linux/code.appdata.xml
3520 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<component type="desktop">
3
<id>@@NAME@@.desktop</id>
4
<metadata_license>@@LICENSE@@</metadata_license>
5
<project_license>@@LICENSE@@</project_license>
6
<name>@@NAME_LONG@@</name>
7
<url type="homepage">https://code.visualstudio.com</url>
8
<summary>Visual Studio Code. Code editing. Redefined.</summary>
9
<description>
10
<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>
11
</description>
12
<screenshots>
13
<screenshot type="default">
14
<image>https://code.visualstudio.com/home/home-screenshot-linux-lg.png</image>
15
<caption>Editing TypeScript and searching for extensions</caption>
16
</screenshot>
17
</screenshots>
18
</component>
19
20