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?
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?
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.
First, switch back to command line, and make sure you can add, commit and push your work in progress.
That way, you can explore the root cause without risking losing anything.
Ideally, try and clone again the repository to a local drive, open VSCode from that new local folder, and see if you still get EBADF ("error bad file descriptor") issues.