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

Renaming a file to a name with different case triggers "do you want to overwrite existing file" dialog.

Open SkyLined opened this issue 2 years ago • 1 comments

Describe the bug When you rename a file a.txt to A.txt, you are shown a popup asking if you want to overwrite an existing file. The extension should not show this dialog.

To Reproduce Steps to reproduce the behavior:

  1. Create a new file in VSCode, save it as a.txt
  2. Use the extension to rename it to A.txt
  3. See error

Expected behavior When renaming a file to a new name that only differs in case, the extension should not check if a file with that name already exists and should not show the "do you want to overwrite existing file" dialog.

Screenshots N/A

Desktop (please complete the following information):

  • VSCode Version: irrelevant
  • OS Version: irrelevant
  • FileUtils Extension Version: v3.5.0

Additional context N/A

SkyLined avatar Jun 17 '22 13:06 SkyLined

Any updates on this?

ykrx avatar Mar 04 '23 20:03 ykrx