Repro: 1. Install powerlevel10k 2. `cd powerlevel10k` 3. `git fetch --unshallow --all` - should fetch all repo commits 4. `git checkout 2b7da93` - should repro hanging 5. Open chat 6. Ask `Run in terminal: ls`, 🐛 this shouldn't hang Context: https://github.com/microsoft/vscode/issues/271897#issuecomment-3414463634
Repro:
cd powerlevel10kgit fetch --unshallow --all- should fetch all repo commitsgit checkout 2b7da93- should repro hangingRun in terminal: ls, 🐛 this shouldn't hangContext: #271897 (comment)