Similar to #873, but for will instead of did. This is the equiv of onWillRenameFiles: Event<FileWillRenameEvent> in VS Code.
Some language servers (including Dart) need to build the edits for updating import statements before the files are moved, so only telling the server after the event would not be enough.
Similar to #873, but for will instead of did. This is the equiv of
onWillRenameFiles: Event<FileWillRenameEvent>in VS Code.Some language servers (including Dart) need to build the edits for updating import statements before the files are moved, so only telling the server after the event would not be enough.