-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygitGIT issuesGIT issueshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderson-release-notesIssue/pull request mentioned in release notesIssue/pull request mentioned in release notesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
The repository picker feature #102394 allows to pick github repos after selecting the GitHub provider.
Asking for
- An option to default the provider to GitHub so that user can have one less click when creating a codespace.
- Currently it lists all repos where you are owner, is it possible to list repos of organizations you are in as well?
A side question is how does the api authenticate, is it with the stored git credentials in git extension?
await commands.executeCommand('git.api.getRemoteSources', {
providerLabel: (provider: RemoteSourceProvider) => `Test this for ${provider.name}`,
urlLabel: `Test this for URL`,
defaultProvider: 'Github'
});
Thanks,
Jason
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygitGIT issuesGIT issueshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderson-release-notesIssue/pull request mentioned in release notesIssue/pull request mentioned in release notesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded