.vsixmanifest 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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="copilot-chat" Version="0.44.1" Publisher="GitHub" />
  5. <DisplayName>GitHub Copilot Chat</DisplayName>
  6. <Description xml:space="preserve">AI chat features powered by Copilot</Description>
  7. <Tags>ai,openai,codex,pilot,snippets,documentation,autocomplete,intellisense,refactor,javascript,python,typescript,php,go,golang,ruby,c++,c#,java,kotlin,co-pilot,keybindings,json,chat-participant,tools,language-model-tools,language-models,ignore,markdown,__ext_copilotmd</Tags>
  8. <Categories>AI,Chat,Programming Languages,Machine Learning</Categories>
  9. <GalleryFlags>Public</GalleryFlags>
  10. <Badges><Badge Link="https://github.com/github-copilot/signup?editor=vscode" ImgUri="https://img.shields.io/badge/GitHub%20Copilot-Subscription%20Required-orange" Description="Sign up for GitHub Copilot" />
  11. <Badge Link="https://github.com/github/copilot-docs" ImgUri="https://img.shields.io/github/stars/github/copilot-docs?style=social" Description="Star Copilot on GitHub" />
  12. <Badge Link="https://www.youtube.com/@GitHub/search?query=copilot" ImgUri="https://img.shields.io/youtube/channel/views/UC7c3Kb6jYCRj4JOHHZTxKsQ?style=social" Description="Check out GitHub on Youtube" />
  13. <Badge Link="https://twitter.com/github" ImgUri="https://img.shields.io/twitter/follow/github?style=social" Description="Follow GitHub on Twitter" /></Badges>
  14. <Properties>
  15. <Property Id="Microsoft.VisualStudio.Code.Engine" Value="^1.116.0" />
  16. <Property Id="Microsoft.VisualStudio.Code.ExtensionDependencies" Value="" />
  17. <Property Id="Microsoft.VisualStudio.Code.ExtensionPack" Value="" />
  18. <Property Id="Microsoft.VisualStudio.Code.ExtensionKind" Value="workspace" />
  19. <Property Id="Microsoft.VisualStudio.Code.LocalizedLanguages" Value="" />
  20. <Property Id="Microsoft.VisualStudio.Code.EnabledApiProposals" Value="agentSessionsWorkspace,chatDebug,chatHooks,extensionsAny,newSymbolNamesProvider,interactive,codeActionAI,activeComment,commentReveal,contribCommentThreadAdditionalMenu,contribCommentsViewThreadMenus,contribChatEditorInlineGutterMenu,documentFiltersExclusive,embeddings,findTextInFiles,findTextInFiles2,languageModelToolSupportsModel,findFiles2,textSearchProvider,terminalDataWriteEvent,terminalExecuteCommandEvent,terminalSelection,terminalQuickFixProvider,mappedEditsProvider,aiRelatedInformation,aiSettingsSearch,chatParticipantAdditions,defaultChatParticipant,contribSourceControlInputBoxMenu,authLearnMore,testObserver,aiTextSearchProvider,chatParticipantPrivate,chatProvider,contribDebugCreateConfiguration,chatReferenceDiagnostic,textSearchProvider2,chatReferenceBinaryData,languageModelSystem,languageModelCapabilities,inlineCompletionsAdditions,chatStatusItem,taskProblemMatcherStatus,contribLanguageModelToolSets,textDocumentChangeReason,resolvers,taskExecutionTerminal,dataChannels,languageModelThinkingPart,chatSessionsProvider,devDeviceId,contribEditorContentMenu,chatPromptFiles,mcpServerDefinitions,tabInputMultiDiff,workspaceTrust,environmentPower,terminalTitle,toolInvocationApproveCombination,chatSessionCustomizationProvider" />
  21. <Property Id="Microsoft.VisualStudio.Code.ExecutesCode" Value="true" />
  22. <Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://github.com/microsoft/vscode-copilot-chat.git" />
  23. <Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/microsoft/vscode-copilot-chat.git" />
  24. <Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/microsoft/vscode-copilot-chat.git" />
  25. <Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/microsoft/vscode/issues" />
  26. <Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://github.com/features/copilot?editor=vscode" />
  27. <Property Id="Microsoft.VisualStudio.Services.GitHubFlavoredMarkdown" Value="true" />
  28. <Property Id="Microsoft.VisualStudio.Services.Content.Pricing" Value="Trial"/>
  29. <Property Id="Microsoft.VisualStudio.Services.CustomerQnALink" Value="https://github.com/github-community/community/discussions/categories/copilot" />
  30. </Properties>
  31. <License>extension/LICENSE.txt</License>
  32. <Icon>extension/assets/copilot.png</Icon>
  33. </Metadata>
  34. <Installation>
  35. <InstallationTarget Id="Microsoft.VisualStudio.Code"/>
  36. </Installation>
  37. <Dependencies/>
  38. <Assets>
  39. <Asset Type="Microsoft.VisualStudio.Code.Manifest" Path="extension/package.json" Addressable="true" />
  40. <Asset Type="Microsoft.VisualStudio.Services.Content.Details" Path="extension/readme.md" Addressable="true" />
  41. <Asset Type="Microsoft.VisualStudio.Services.Content.Changelog" Path="extension/changelog.md" Addressable="true" />
  42. <Asset Type="Microsoft.VisualStudio.Services.Content.License" Path="extension/LICENSE.txt" Addressable="true" />
  43. <Asset Type="Microsoft.VisualStudio.Services.Icons.Default" Path="extension/assets/copilot.png" Addressable="true" />
  44. </Assets>
  45. </PackageManifest>