-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloading a remote file from explorer does not overwrite a local file with the same name when there is no extension in the filename. #1851
Comments
I am using the |
The file service is not the right place for that, it takes a path and does something with it, but will not start to come up with new file names if there is a conflict. You will have to come up with a filename from the outside if there is a conflict. Think about the file service like node.js FS API. It is pretty much that. |
Ok, so the |
Same problem here but occurs with file extension. Tried it on multiple files and filetypes. VSCode 1.40.2 |
Same here. I was attempting to download a local copy of a build artifact through SSH remote, and couldn't understand my results at all until I realised that the file transfer was refusing to overwrite despite the dialog which asked me to confirm that I want to overwrite. |
Fixed via microsoft/vscode@50124ae |
Thanks for the fix :) looking forward to the release. |
Steps to Reproduce:
Repeating the above steps with the file named "testfile.txt", the overwrite actually occurs.
The text was updated successfully, but these errors were encountered: