We've got a large code base, and the "scan" operation apparently takes a very long time the first time (2+ minutes, see logs below). At first I didn't know what was going on and triggered the "Move Typescript" command multiple times (from the right click menu). Then I opened the dev tools to see what was going on and eventually saw that all my triggers ended up finishing, opening the "Where would you like to move?" dialog over and over.
I'm guessing this simply needs a to track if a scan is already in progress and not trigger more scans in the meantime.
We've got a large code base, and the "scan" operation apparently takes a very long time the first time (2+ minutes, see logs below). At first I didn't know what was going on and triggered the "Move Typescript" command multiple times (from the right click menu). Then I opened the dev tools to see what was going on and eventually saw that all my triggers ended up finishing, opening the "Where would you like to move?" dialog over and over.
I'm guessing this simply needs a to track if a scan is already in progress and not trigger more scans in the meantime.
Here's the dev tools output with paths truncated: