vscode-sftp icon indicating copy to clipboard operation
vscode-sftp copied to clipboard

Upload Changed Files have issues

Open kythuatwebso opened this issue 4 years ago • 12 comments

This feature today i click not working?

You can solve temporary it by: This Comment

kythuatwebso avatar Nov 10 '20 01:11 kythuatwebso

Hi I have the same problem. Please can someone answare to this question? With the latest updates "Upload Changed File" does not work.

git-history

danieleiobbi avatar Nov 10 '20 11:11 danieleiobbi

Hi this is the log. image

danieleiobbi avatar Nov 11 '20 09:11 danieleiobbi

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.

socialsaleinsta avatar Nov 15 '20 08:11 socialsaleinsta

Same issue here!

mariela21180 avatar Nov 16 '20 15:11 mariela21180

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 ?

tahola avatar Nov 30 '20 11:11 tahola

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.

JackySw avatar Feb 02 '21 10:02 JackySw

hi, you can solve it by creating a keyboard shortcut

Schermata del 2021-02-02 11-11-17

danieleiobbi avatar Feb 02 '21 10:02 danieleiobbi

hi, you can solve it by creating a keyboard shortcut

Schermata del 2021-02-02 11-11-17

Thanks bro, is oke

kythuatwebso avatar Feb 03 '21 01:02 kythuatwebso

For me, also with keyboard shortcut it doesn't work anymore

ottsch avatar Feb 03 '21 11:02 ottsch

I'll add it to the backlog.

ghost avatar Feb 03 '21 14:02 ghost

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

mean-cj avatar Mar 26 '21 04:03 mean-cj

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.

PaPa31 avatar Nov 10 '21 21:11 PaPa31