Files
vscode/extensions/git/src
João Moreno f18b29e132 fix(scm): 🐛 do not await git repo status, just give the repo straight up to scm
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
2021-11-09 15:11:16 +01:00
..
2021-05-04 15:55:26 -04:00
2021-10-25 10:28:51 -04:00
2021-11-05 15:53:32 +01:00