mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
45 lines
3.5 KiB
XML
45 lines
3.5 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="kite" Version="0.147.0" Publisher="kiteco"/>
|
|
<DisplayName>Kite AutoComplete AI Code: Python, Java, Go, PHP, C/C#/C++, Javascript, HTML/CSS, Typescript, React, Ruby, Scala, Kotlin, Bash, Vue, React</DisplayName>
|
|
<Description xml:space="preserve">AI code completions for all languages, intellisense, code snippets, code signatures, and cursor-following documentation for VS Code. Kite supports .js .jsx .vue .tsx .ts .css .html .less .c .cc .cpp .cs .h .hpp .m .scala .java .kt .py .go .php .rb and .sh filetypes.</Description>
|
|
<Tags>autocomplete,intellicode,intellisense,documentation,snippets,method completion,python,java,html,javascript,typescript,php,ruby,go,golang,bash,kotlin,css,rust,c,cpp,c++,csharp,c#,objective-c,objectivec,ai,react,.js,.jsx,.vue,.tsx,.ts,.css,.html,.less,.c,.cc,.cpp,.cs,.h,.hpp,.m,.scala,.java,.kt,.py,.go,.php,.rb,.sh,C,__ext_c,__ext_h,C++,__ext_cc,__ext_cpp,__ext_hpp,Csharp,CSharp,C#,__ext_cs,Go,Golang,__ext_go,Html,HTML,__ext_html,Java,__ext_java,JavaScript,Javascript,js,__ext_js,__ext_jsx,__ext_vue,Kotlin,__ext_kt,less,Less,__ext_less,Objective-C,__ext_m,PHP,Php,__ext_php,Python,__ext_py,__ext_pyw,Ruby,__ext_rb,scala,Scala,__ext_scala,shellscript,Bash,Shellscript,__ext_sh,Typescript,__ext_ts,typescriptreact,__ext_tsx</Tags>
|
|
<Categories>Programming Languages,Snippets,Other</Categories>
|
|
<GalleryFlags>Public</GalleryFlags>
|
|
<Badges></Badges>
|
|
<Properties>
|
|
<Property Id="Microsoft.VisualStudio.Code.Engine" Value="^1.34.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/kiteco/vscode-plugin.git" />
|
|
<Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/kiteco/vscode-plugin.git" />
|
|
|
|
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/kiteco/vscode-plugin.git" />
|
|
|
|
|
|
|
|
|
|
<Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#11182F" />
|
|
<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/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.Changelog" Path="extension/CHANGELOG.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/logo.png" Addressable="true" />
|
|
</Assets>
|
|
</PackageManifest>
|