github.com/grafana/tanka@v0.26.1-0.20240506093700-c22cfc35c21a/docs/.vscext/heptio.jsonnet/extension.vsixmanifest (about) 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="jsonnet" Version="0.1.0" Publisher="heptio"/> 5 <DisplayName>Jsonnet</DisplayName> 6 <Description xml:space="preserve">Language support for Jsonnet</Description> 7 <Tags>keybindings,jsonnet,Jsonnet,__ext_jsonnet,__ext_libsonnet</Tags> 8 <Categories>Languages</Categories> 9 <GalleryFlags>Public</GalleryFlags> 10 <Badges></Badges> 11 <Properties> 12 <Property Id="Microsoft.VisualStudio.Code.Engine" Value="^1.18.x" /> 13 <Property Id="Microsoft.VisualStudio.Code.ExtensionDependencies" Value="" /> 14 15 <Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://github.com/heptio/vscode-jsonnet.git" /> 16 <Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/heptio/vscode-jsonnet.git" /> 17 18 <Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/heptio/vscode-jsonnet.git" /> 19 20 21 22 <Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://github.com/heptio/vscode-jsonnet/blob/master/README.md" /> 23 24 25 <Property Id="Microsoft.VisualStudio.Services.GitHubFlavoredMarkdown" Value="true" /> 26 27 28 </Properties> 29 30 31 </Metadata> 32 <Installation> 33 <InstallationTarget Id="Microsoft.VisualStudio.Code"/> 34 </Installation> 35 <Dependencies/> 36 <Assets> 37 <Asset Type="Microsoft.VisualStudio.Code.Manifest" Path="extension/package.json" Addressable="true" /> 38 <Asset Type="Microsoft.VisualStudio.Services.Content.Details" Path="extension/README.md" Addressable="true" /><Asset Type="Microsoft.VisualStudio.Services.Content.Changelog" Path="extension/CHANGELOG.md" Addressable="true" /> 39 </Assets> 40 </PackageManifest>