Quickly after opening vscode, make an edit, save the file
Repeat making an edit and saving several times
Git processes are spawned without limit:
.gitignore is the file I was editing. I think another one is spawned each time I save the file. My computer is slow and my tunes start skipping (my main motivation for investigating).
They run for a very long time. I close that vscode window, and they are still running a minute or more later.
Only reproes if I do this right after opening the vscode window. I can't repro it later.
From https://github.com/Microsoft/vscode/issues/23773
Git processes are spawned without limit:
.gitignore
is the file I was editing. I think another one is spawned each time I save the file. My computer is slow and my tunes start skipping (my main motivation for investigating).They run for a very long time. I close that vscode window, and they are still running a minute or more later.
Only reproes if I do this right after opening the vscode window. I can't repro it later.