33 lines
1.8 KiB
XML
33 lines
1.8 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="python-extended-snippets" Version="0.0.1" Publisher="tushortz"/>
|
|
<DisplayName>Python Extended</DisplayName>
|
|
<Description xml:space="preserve">Python Extended is a vscode snippet that makes it easy to write codes in python by providing completion options along with all arguments.</Description>
|
|
<Tags>python,completion,snippets,vscode</Tags>
|
|
<Categories>Snippets</Categories>
|
|
<GalleryFlags>Public</GalleryFlags>
|
|
<Properties>
|
|
|
|
<Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://github.com/tushortz/vscode-Python-Extended.git" />
|
|
<Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/tushortz/vscode-Python-Extended.git" />
|
|
<Property Id="Microsoft.VisualStudio.Services.Links.Repository" Value="https://github.com/tushortz/vscode-Python-Extended.git" />
|
|
|
|
|
|
<Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://github.com/tushortz/vscode-Python-Extended" />
|
|
|
|
|
|
</Properties>
|
|
|
|
<Icon>extension/icon.png</Icon>
|
|
</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" /><Asset Type="Microsoft.VisualStudio.Services.Icons.Default" Path="extension/icon.png" Addressable="true" />
|
|
</Assets>
|
|
</PackageManifest>
|