sleistner / vscode-fileutils

Visual Studio Code Extension
https://marketplace.visualstudio.com/items?itemName=sleistner.vscode-fileutils
MIT License
190 stars 26 forks source link

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

Open SkyLined opened 2 years ago

SkyLined commented 2 years ago

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):

Additional context N/A

ykrx commented 1 year ago

Any updates on this?