mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 20:34:30 +01:00
f18b29e132
on repo discovery, the git extension would run `git status` and wait for that to finish before handing out the repository to scm. this was problematic since the scm default repo selection depends on repos being discovered in a timely fashion. there's no reason not to just hand out the repo to scm and let `git status` finish afterwards Closes: #120089 Closes: #113803