Conversation
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @lszomoruMatched files:
@bpaseroMatched files:
@deepak1556Matched files:
|
There was a problem hiding this comment.
Pull request overview
Adds a dedicated “Clone from GitHub” quick action to make GitHub cloning discoverable directly from the Source Control view, reusing the existing remote-source picker infrastructure (git-base remote source providers).
Changes:
- Introduces a new
git.cloneFromGithubcommand that invokes clone with GitHub-focused picker title/placeholder and provider targeting. - Extends
CloneManageroptions to pass throughproviderName,title, andplaceholdertopickRemoteSource. - Surfaces the new action in the SCM title bar, Command Palette, and SCM accessibility help.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/vs/workbench/contrib/scm/browser/scmAccessibilityHelp.ts | Adds an accessibility help line describing the new “Clone from GitHub” action. |
| extensions/git/src/commands.ts | Adds the git.cloneFromGithub command implementation and wires it to CloneManager.clone. |
| extensions/git/src/cloneManager.ts | Extends clone options and forwards GitHub-specific picker configuration to pickRemoteSource. |
| extensions/git/package.nls.json | Adds localized command title string for git.cloneFromGithub. |
| extensions/git/package.json | Contributes the new command and adds it to Command Palette and scm/title menu (with GitHub icon). |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@ozyern please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
…ory search functionality
|
@copilot apply changes based on the comments in this thread |
No description provided.