You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix extension handling of git URL aliasing in config (#8245)
* Initial plan
* Changes before error encountered
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Implement git URL alias resolution for remote parsing
- Add resolveGitUrl function to resolve git URL aliases (e.g., "gh:" -> "git@github.com:")
- Add parseRepositoryRemotesAsync function to parse remotes with alias resolution
- Update computeAllUnknownRemotes and computeAllGitHubRemotes to use async parsing
- Fixes issue where extension mistakenly thinks user is using GH Enterprise with git URL aliasing
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Fix extension handling of git URL aliasing in config
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Increase log visibility
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
0 commit comments