You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
From microsoft/vscode#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.
The text was updated successfully, but these errors were encountered: