From Ben:
can you try to come up with a test case that reproduces this issue? I have many tests for move() already here. Should be easy enough to add one with Promise.join().
Yes, you should use ITextFileService.move() because that is the only one that takes care of dirty models (e.g. it ensures to preserve dirty state and contents).
From Ben:
can you try to come up with a test case that reproduces this issue? I have many tests for move() already here. Should be easy enough to add one with Promise.join().
Yes, you should use ITextFileService.move() because that is the only one that takes care of dirty models (e.g. it ensures to preserve dirty state and contents).