Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code Git: spawn EBADF

My VS code started to be super-slow with git and I am often seeing error with EBADF, either when searching files or working with git.

I saw that disk might not be available. I have Mac Pro 2020. Is this a hardware issue or could it be fixed?

like image 891
Petr Avatar asked Jun 28 '26 21:06

Petr


2 Answers

Problem solved: I completely uninstalled VS code (including cache files etc) and install it again. No more such errors and it's much faster now.

like image 132
Petr Avatar answered Jul 01 '26 20:07

Petr


I also solved this by clearing the cache. Clearing the Python Debbuger cache helped me.
Python Debugger: Clear Cache and Reload Window

like image 27
Virus_Md Avatar answered Jul 01 '26 20:07

Virus_Md