vscode-sftp
vscode-sftp copied to clipboard
Upload Changed Files have issues
Hi I have the same problem. Please can someone answare to this question? With the latest updates "Upload Changed File" does not work.
Hi this is the log.
Facing the same issue. It's not working for the last few days.
I have downgraded VS Code to 1.50.1 and it resolves the issue, but that means I cannot upgrade in the future until this issue is resolved.
Same issue here!
Same here, nothing happen when I click on it, also I am the only one or this option is not available from the command menu ?
The problem still exists. So sorry, because it breaks my routine. Is there a shortcut to fix this? I was using upload file one by one, but now I've done updates that changed a lot of files and the "Upload Changed Files" was such a great option for that.
edit: I should note, that sometimes it works after a restart of VC. But them suddenly it stops again. edit: so far the tip below with the keyboard shortcut seems to work all the time, thanks! I will keep using this and if it would break also I will update this comment.
However, it should be fixed if possible some time.
-
The file->upload options always works.
-
The Source Control -> actions (... in menu) -> Upload changed files, sometimes works.
-
The Source Control -> Changes (right mouse click) -> Upload changed files, sometimes works.
-
The keyboard shortcut seems to work all the time so far.
hi, you can solve it by creating a keyboard shortcut
hi, you can solve it by creating a keyboard shortcut
Thanks bro, is oke
For me, also with keyboard shortcut it doesn't work anymore
I'll add it to the backlog.
Hello @thompsbrian
@wandbferreira talk about this problem
Changed Files button doen't work if you open a link folder, or a subfolder. So open the git root folder in vscode, and everything will work.
I will work if not selected file or folder on root file explorer.
Thanks
I made a new build of sftp.vsix
file.
This build makes Upload Changed Files
command visible.
And it adds "Ctrl+Alt+U" keyboard shortcut to the Upload Changed Files
command.
You can download the build and install with:
- open Command Palette (press
F1
) - enter
Extensions: Install from VSIX
command - press
Enter
- locate
sftp-workaround-upload-bug.vsix
- press
Install
I also wrote not a small post how to rebuild vsix extension.