.vsixmanifest 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <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">
  3. <Metadata>
  4. <Identity Language="en-US" Id="itk" Version="0.3.3" Publisher="ItkAcademyDevGroup" />
  5. <DisplayName>ITK Academy CodeRun</DisplayName>
  6. <Description xml:space="preserve">ITK Academy extension to support codeRun tasks</Description>
  7. <Tags></Tags>
  8. <Categories>Other</Categories>
  9. <GalleryFlags>Public</GalleryFlags>
  10. <Properties>
  11. <Property Id="Microsoft.VisualStudio.Code.Engine" Value="^1.96.0" />
  12. <Property Id="Microsoft.VisualStudio.Code.ExtensionDependencies" Value="" />
  13. <Property Id="Microsoft.VisualStudio.Code.ExtensionPack" Value="" />
  14. <Property Id="Microsoft.VisualStudio.Code.ExtensionKind" Value="workspace" />
  15. <Property Id="Microsoft.VisualStudio.Code.LocalizedLanguages" Value="" />
  16. <Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://git.itk.academy/itk.academy/itk-extension.git" />
  17. <Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://git.itk.academy/itk.academy/itk-extension.git" />
  18. <Property Id="Microsoft.VisualStudio.Services.Links.Repository" Value="https://git.itk.academy/itk.academy/itk-extension.git" />
  19. <Property Id="Microsoft.VisualStudio.Services.GitHubFlavoredMarkdown" Value="true" />
  20. <Property Id="Microsoft.VisualStudio.Services.Content.Pricing" Value="Free"/>
  21. </Properties>
  22. <License>extension/LICENSE.md</License>
  23. <Icon>extension/resources/image.png</Icon>
  24. </Metadata>
  25. <Installation>
  26. <InstallationTarget Id="Microsoft.VisualStudio.Code"/>
  27. </Installation>
  28. <Dependencies/>
  29. <Assets>
  30. <Asset Type="Microsoft.VisualStudio.Code.Manifest" Path="extension/package.json" Addressable="true" />
  31. <Asset Type="Microsoft.VisualStudio.Services.Content.Details" Path="extension/README.md" Addressable="true" />
  32. <Asset Type="Microsoft.VisualStudio.Services.Content.License" Path="extension/LICENSE.md" Addressable="true" />
  33. <Asset Type="Microsoft.VisualStudio.Services.Icons.Default" Path="extension/resources/image.png" Addressable="true" />
  34. </Assets>
  35. </PackageManifest>