microsoft/TypeAgent
Publicmirrored fromhttps://github.com/microsoft/TypeAgentAvailable
dotnet/visualStudioTypeAgent/source.extension.vsixmanifest
29lines · modecode
| 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 Id="VisualStudioTypeAgent.b1a20f8c-7c53-4e2f-9c19-9f1e2a3d5f01" Version="0.1.0" Language="en-US" Publisher="Microsoft" /> |
| 5 | <DisplayName>TypeAgent Chat for Visual Studio</DisplayName> |
| 6 | <Description>Adds a TypeAgent chat panel that drives Visual Studio via natural language (editor, solution, build, debug).</Description> |
| 7 | <Tags>typeagent, chat, ai, debug, editor</Tags> |
| 8 | </Metadata> |
| 9 | <Installation> |
| 10 | <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,19.0)"> |
| 11 | <ProductArchitecture>amd64</ProductArchitecture> |
| 12 | </InstallationTarget> |
| 13 | <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,19.0)"> |
| 14 | <ProductArchitecture>amd64</ProductArchitecture> |
| 15 | </InstallationTarget> |
| 16 | <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,19.0)"> |
| 17 | <ProductArchitecture>amd64</ProductArchitecture> |
| 18 | </InstallationTarget> |
| 19 | </Installation> |
| 20 | <Dependencies> |
| 21 | <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7.2,)" /> |
| 22 | </Dependencies> |
| 23 | <Prerequisites> |
| 24 | <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,19.0)" DisplayName="Visual Studio core editor" /> |
| 25 | </Prerequisites> |
| 26 | <Assets> |
| 27 | <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 28 | </Assets> |
| 29 | </PackageManifest> |
| 30 | |