mflorence99 / import-splitnsort

VS Code extension to split and sort TypeScript imports
0 stars 3 forks source link

Every splitnsort action introduces a new undo step #5

Open rfgamaral opened 5 years ago

rfgamaral commented 5 years ago

Every time I save a file (or call the "splitnsort" action from the command pallet), even if there are no changes at all, it introduces another undo step. Which means that pressing Ctrl+Z will not revert the expected last changes because it's actually reverting the "splitnsort" action that did not change anything.

Could this be fixed/improved?