Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose enabledApiProposals as a property #1006

Assignees
Labels
feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@sandy081
Copy link
Member

Expose enabledApiProposals as a property

@sandy081 sandy081 added the feature-request Request for new features or functionality label Jun 19, 2024
@sandy081 sandy081 added this to the June 2024 milestone Jun 19, 2024
@sandy081 sandy081 self-assigned this Jun 19, 2024
sandy081 added a commit that referenced this issue Jun 19, 2024
@sandy081 sandy081 mentioned this issue Jun 19, 2024
@Yoyokrazy Yoyokrazy added the verification-needed Verification of issue is requested label Jun 25, 2024
@alexr00
Copy link
Member

alexr00 commented Jun 25, 2024

What's the best way to verify this?

@alexr00 alexr00 added the verification-steps-needed Steps to verify are needed for verification label Jun 25, 2024
@sandy081
Copy link
Member Author

To verify:

  • Open Developer Tools > Network Tab and filter for extensionquery requests
  • Open Extensions View and Search for GitHub.copilot-chat
  • In the Network tab, expand preview of extensionquery request and look for Microsoft.VisualStudio.Code.EnabledApiProposals key in results[0].extensions[0].versions[0].properties
  • Make sure the value of this key contains all proposals copilot chat extension is using.

@sandy081 sandy081 removed the verification-steps-needed Steps to verify are needed for verification label Jun 26, 2024
@TylerLeonhardt
Copy link
Member

The value:

extensionsAny,newSymbolNamesProvider,interactive,codeActionAI,contribCommentThreadAdditionalMenu,contribCommentsViewThreadMenus,documentFiltersExclusive,embeddings,findTextInFiles,findFiles2,textSearchProvider,terminalDataWriteEvent,terminalExecuteCommandEvent,terminalSelection,terminalQuickFixProvider,mappedEditsProvider,aiRelatedInformation,chatParticipantAdditions,defaultChatParticipant,chatVariableResolver,contribSourceControlInputBoxMenu,authLearnMore,testObserver,aiTextSearchProvider,chatParticipantPrivate,chatProvider,lmTools@2

Looks good to me!

@TylerLeonhardt TylerLeonhardt added the verified Verification succeeded label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment