Getting Prompt for every single file when removing 1000+ files on branch reset.

Issue #2759 resolved
Justin Julicher created an issue

Trying to setup a new Sandbox for a new CI/CD process off the main branch and had 1000+ files to remove due to some issues. When I deleted them through the git commit window I was getting a prompt for every file - resulting in me having to kill the webstorm process.

Is there any way to detect the number of files removed and prompt only for all of them? Or do a Apply to all option?

On cancelling I keep getting this too for every single file:

Comments (7)

  1. Justin Julicher reporter

    I also turned off propagate local deletes which seemed to help a little but I got this instead:

  2. Scott Wells repo owner

    Yeah, that’s bad. I thought it was debouncing these properly. I’ll take a look. Sorry for the inconvenience.

  3. Scott Wells repo owner

    I’ve implemented proper debouncing of delete event handlers so that they should be processed in a single batch now. This will be included in next week’s build.

  4. Log in to comment