32 lines
1.6 KiB
XML
32 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
|
|
<Metadata>
|
|
<Identity Language="en-US" Id="vscode-instant-markdown" Version="0.1.0" Publisher="dbankier"/>
|
|
<DisplayName>Instant Markdown</DisplayName>
|
|
<Description xml:space="preserve">Instant previews of your markdown files as you type.</Description>
|
|
<Tags>vscode</Tags>
|
|
<Categories>Other</Categories>
|
|
<GalleryFlags>Public</GalleryFlags>
|
|
<Properties>
|
|
|
|
<Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://github.com/ziyasal/vscode-instant-markdown.git" />
|
|
<Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/ziyasal/vscode-instant-markdown.git" />
|
|
<Property Id="Microsoft.VisualStudio.Services.Links.Repository" Value="https://github.com/ziyasal/vscode-instant-markdown.git" />
|
|
|
|
|
|
<Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://github.com/dbankier/vscode-instant-markdown/blob/master/README.md" />
|
|
|
|
|
|
</Properties>
|
|
|
|
|
|
</Metadata>
|
|
<Installation>
|
|
<InstallationTarget Id="Microsoft.VisualStudio.Code"/>
|
|
</Installation>
|
|
<Dependencies/>
|
|
<Assets>
|
|
<Asset Type="Microsoft.VisualStudio.Code.Manifest" Path="extension/package.json" Addressable="true" />
|
|
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" Path="extension/README.md" Addressable="true" />
|
|
</Assets>
|
|
</PackageManifest>
|