vscode
vscode copied to clipboard
getRepositories taking a lot of CPU when opening a folder with 20000 files in root
Repro:
- Windows
- Open an empty temp window
- Run in pwsh:
1..20000 | ForEach-Object { [System.IO.File]::Create("d:\Playground\many_files\file$_.txt").Dispose() } - Open terminal and type
./(maybe not needed)