vscode-csproj
vscode-csproj copied to clipboard
Handle renamed files/folders
When I rename a file or folder it only detects that file as having been removed, and asks if I would like to remove it from the csproj file.
I would either expect it to detect the renaming and ask for a single change to the csproj, or detect that one file has been removed and that a second file has been added.
Yeah the experience could be improved there, but it's tricky.
This would be very valuable for sure, it keeps catching me out too.
#19 gives another event that should disable this behavior.