vscode-fileutils
vscode-fileutils copied to clipboard
Renaming a file to a name with different case triggers "do you want to overwrite existing file" dialog.
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:
- Create a new file in VSCode, save it as
a.txt - Use the extension to rename it to
A.txt - 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
Any updates on this?