Closed dantleech closed 3 years ago
Implement the workspace/willRename handler to get the workspace edits necessary to move all the files.
workspace/willRename
NOTE:
This PR removes the "file/folder" rename detection introdued recently, as it does not work well with the index in it's current state.
cc @BladeMF
Implement the
workspace/willRename
handler to get the workspace edits necessary to move all the files.NOTE:
This PR removes the "file/folder" rename detection introdued recently, as it does not work well with the index in it's current state.