Open bilogic opened 1 year ago
Possibly related https://github.com/emeraldwalk/vscode-runonsave/issues/82
@bilogic any idea how long it takes for your update to run? It’s possible this is not an issue with needing a delay. It may be due to the fact that the extension does not refresh editors after save. I’ve created #103 to investigate the refresh issue. If the issue is that you have a long running command though, I’m not sure there’s really a good way to block things until it’s done.
@bmingles from what I recall, the completion time varies because the commands are bootstrapping each time. If the formatter has a way to hold off the keystrokes until the save is completed, then there won't be a conflict to resolve.
Hi,
A
toB
, while I also turnedA
toB'
, so it prompts me thatB'
should not be saved as it will overwriteB
Thank you.