solorice/vscode/extensions/tabnine.tabnine-vscode-3.5.42/.vsixmanifest
2022-04-28 20:54:44 +03:00

45 lines
3.7 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="tabnine-vscode" Version="3.5.42" Publisher="TabNine"/>
<DisplayName>Tabnine AI Autocomplete for Javascript, Python, Typescript, PHP, Go, Java, Ruby &amp; more</DisplayName>
<Description xml:space="preserve">👩‍💻🤖 JavaScript, Python, Java, Typescript &amp; all other languages - AI Code completion plugin. Tabnine makes developers more productive by auto-completing their code.</Description>
<Tags>javascript,python,typescript,php,autocomplete,ruby,java,go,golang,bash,kotlin,html,css,ocaml,perl,rust,julia,lua,haskell,c,cpp,c++,csharp,c#,react,swift,objective-c,objectivec,ai,method completion,intellicode,intellisense,snippets,kite,nodejs,node,node.js,jupyter,keybindings</Tags>
<Categories>Programming Languages,Snippets,Other</Categories>
<GalleryFlags>Public</GalleryFlags>
<Badges><Badge Link="https://bit.ly/36iGtUU" ImgUri="https://img.shields.io/github/stars/codota/Tabnine?style=social" Description="Star Tabnine on Github" /><Badge Link="https://bit.ly/2WHsEtD" ImgUri="https://img.shields.io/twitter/follow/Tabnine_?style=social" Description="Follow Tabnine on Twitter" /><Badge Link="https://bit.ly/3pqj7o2" ImgUri="https://img.shields.io/visual-studio-marketplace/r/TabNine.tabnine-vscode?logo=visual-studio-code&amp;style=social" Description="Rate us in VSCode Marketplace" /><Badge Link="https://bit.ly/36slY7c" ImgUri="https://img.shields.io/youtube/views/TKLkXh_c-Gw?style=social" Description="Watch Tabnine demo video" /></Badges>
<Properties>
<Property Id="Microsoft.VisualStudio.Code.Engine" Value="^1.50.0" />
<Property Id="Microsoft.VisualStudio.Code.ExtensionDependencies" Value="" />
<Property Id="Microsoft.VisualStudio.Code.ExtensionPack" Value="" />
<Property Id="Microsoft.VisualStudio.Code.ExtensionKind" Value="workspace" />
<Property Id="Microsoft.VisualStudio.Code.LocalizedLanguages" Value="" />
<Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://github.com/codota/tabnine-vscode" />
<Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/codota/tabnine-vscode" />
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/codota/tabnine-vscode" />
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/codota/tabnine-vscode/issues" />
<Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://tabnine.com" />
<Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#100f11" />
<Property Id="Microsoft.VisualStudio.Services.Branding.Theme" Value="dark" />
<Property Id="Microsoft.VisualStudio.Services.GitHubFlavoredMarkdown" Value="true" />
</Properties>
<License>extension/LICENSE.txt</License>
<Icon>extension/small_logo.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.Content.License" Path="extension/LICENSE.txt" Addressable="true" /><Asset Type="Microsoft.VisualStudio.Services.Icons.Default" Path="extension/small_logo.png" Addressable="true" />
</Assets>
</PackageManifest>