Yuan Liu

Results 4 comments of Yuan Liu

I hit the same problem. It worked after setting `openInGitHub.gitHubDomain` and then restarting VSCode.

I've looked into this for Bash on Windows and either of the two fixes worked for me: 1. Changing checkout locks check to test for presence of `index.lock` 2. Disable...

There are multiple reports of Bash of Windows being slow in disk I/O: https://github.com/Microsoft/BashOnWindows/issues/873 https://www.phoronix.com/scan.php?page=article&item=windows-10-lxcore&num=6

Unfortunately this fix is a workaround because its locking is not atomic. For a complete solution we need to follow [[BashFAQ/045]](http://mywiki.wooledge.org/BashFAQ/045), or group plugins by source and issue one `git...