<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011">
  <Metadata>
    <Identity Id="VisualStudio.GitHub.Copilot" Version="17.14.1686.8233" Language="en-US" Publisher="Microsoft" />
    <DisplayName>GitHub Copilot</DisplayName>
    <Description>GitHub Copilot brings fully integrated AI-powered Copilot Chat and Completions experiences to Visual Studio. Requires a GitHub ID which has been admitted for access to the private preview.</Description>
    <MoreInfo>https://aka.ms/VisualStudio.GitHub.Copilot/moreinfo</MoreInfo>
    <License>LICENSE.md</License>
    <Icon>Copilot.png</Icon>
  </Metadata>
  <Installation SystemComponent="true" Experimental="false">
    <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.14, 18.0)">
      <ProductArchitecture>amd64</ProductArchitecture>
    </InstallationTarget>
    <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.14, 18.0)">
      <ProductArchitecture>arm64</ProductArchitecture>
    </InstallationTarget>
  </Installation>
  <Dependencies>
    <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" Version="[4.5,)" />
  </Dependencies>
  <Prerequisites>
    <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.14,18.0)" DisplayName="Visual Studio core editor" />
    <Prerequisite Id="Microsoft.VisualStudio.Component.IntelliCode" Version="[17.14,18.0)" DisplayName="Visual Studio IntelliCode" />
  </Prerequisites>
  <Assets>
    <Asset Type="Microsoft.VisualStudio.MefComponent" Path="Microsoft.VisualStudio.Copilot.Vsix.dll" />
    <Asset Type="Microsoft.VisualStudio.MefComponent" Path="Microsoft.VisualStudio.Completions.dll" />
    <Asset Type="Microsoft.VisualStudio.MefComponent" Path="Microsoft.VisualStudio.Completions.Package.dll" />
    <Asset Type="Microsoft.VisualStudio.MefComponent" Path="Microsoft.VisualStudio.Copilot.UI.dll" />
    <Asset Type="Microsoft.VisualStudio.MefComponent" Path="Microsoft.VisualStudio.Copilot.UI.Core.dll" />
    <Asset Type="Microsoft.VisualStudio.MefComponent" Path="Microsoft.VisualStudio.Copilot.Core.dll" />
    <Asset Type="Microsoft.VisualStudio.MefComponent" Path="Microsoft.VisualStudio.Copilot.CodeMappers.CSharp.dll" />
    <Asset Type="Microsoft.VisualStudio.MefComponent" Path="Microsoft.VisualStudio.Copilot.Roslyn.dll" />
    <Asset Type="Microsoft.VisualStudio.MefComponent" Path="Microsoft.VisualStudio.Copilot.Common.dll" />
    <Asset Type="Microsoft.VisualStudio.VsPackage" Path="Microsoft.VisualStudio.Copilot.Vsix.pkgdef" />
    <Asset Type="Microsoft.VisualStudio.VsPackage" Path="FeatureFlags.pkgdef" />
    <Asset Type="Microsoft.VisualStudio.VsPackage" Path="MefExportedBrokeredServices.pkgdef" />
    <Asset Type="Microsoft.VisualStudio.VsPackage" Path="Microsoft.VisualStudio.Copilot.Vsix.pkgdef" />
    <Asset Type="Microsoft.VisualStudio.VsPackage" Path="Microsoft.VisualStudio.Completions.Package.pkgdef" />
    <Asset Type="Microsoft.VisualStudio.VsPackage" Path="Microsoft.VisualStudio.Copilot.UI.pkgdef" />
    <Asset Type="Microsoft.VisualStudio.VsPackage" Path="Conversations.Service\Microsoft.VisualStudio.Copilot.Service.Vsix.pkgdef" />
    <Asset Type="mcp.json" Path="Mcp\mcp.json" />
  </Assets>
</PackageManifest>