vscode-csproj icon indicating copy to clipboard operation
vscode-csproj copied to clipboard

Handle renamed files/folders

Open parties opened this issue 8 years ago • 3 comments

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.

parties avatar Aug 17 '17 19:08 parties

Yeah the experience could be improved there, but it's tricky.

azz avatar Aug 18 '17 05:08 azz

This would be very valuable for sure, it keeps catching me out too.

OwenPattison avatar Nov 07 '17 15:11 OwenPattison

#19 gives another event that should disable this behavior.

ChuckyHelse avatar Mar 12 '25 12:03 ChuckyHelse