vscode freezes or crashes when opening a large folder
ID: vscode-freezes-or-crashes-when-opening-a-large-folder
vscode freezes or crashes when opening a large folder by
Ciro Santilli 37 Updated 2025-05-29 +Created 2025-05-26
The issue appears to be that the file watcher goes out of control.
The reproduction is very simple:and now the editor GUI hangs and Ubuntu shows a popup:
mkdir mytest
cd mytest
seq 1000000 | xargs touch
code --disable-extensions .
The window is not responding
Infinite duplicate pool:
New to topics? Read the docs here!