Whenever I copy-paste a file in VS Code's project pane from one folder to another with an existing file of the same name, it keeps appending a .1
in the filename.
(ex: bob.jpg
-> bob.1.jpg
).
Is there a way to disable this and have it overwrite the file instead (or at least prompt to confirm the overwrite)?
Example of project folder:
[folder] images_1
bob.jpg //copy this
[folder] images_2
bob.jpg //to replace this one here...
For now, I'm forced to do it through Windows Explorer, but if there's a way I'd sure like the answer! :)