lukasz-wronski / vscode-ftp-sync

Ftp Sync plugin for Visual Studio Code
https://marketplace.visualstudio.com/items/lukasz-wronski.ftp-sync
320 stars 89 forks source link

Running the contributed command:'extension.ftpsyncupload' failed. With no debug information #98

Open abos5 opened 7 years ago

abos5 commented 7 years ago

Running the contributed command:'extension.ftpsyncupload' failed.

With no debug information, besides, I see no entry log on my vps Can't figure out why, here is my configuration:

{
    "remotePath":  "/home/xxx/",
    "host": "foo.bar",
    "username": "xxx",
    "port": 22,
    "protocol": "sftp",
    "uploadOnSave": true,
    "passive": true,
    "debug": true,
    "privateKeyPath": "C:\\Users\\xxx\\.ssh\\xxx.ppk",
    "ignore": [
        "\\.vscode",
        "\\.git",
    ]
}

image

abos5 commented 7 years ago

Turns out it is OK to sync file to my VPS, and the error occurs when I click this: image

imanilchaudhari commented 7 years ago

I'm having the same problem too

rip3rs commented 7 years ago

hmmm I had an issue like this and found out that my .vscode folder (settings) was not in my root of the project folder, rather it was on a subfolder of the project

ghost commented 7 years ago

I'm actually running into this issue too. I think it started happening with a recent VSCode update.

Won't upload on save and manually trying to select 'Local to Remote' fails.

@rip3rs My .vscode file is in the root.

Multiple restarts of the laptop and VSCode didn't help. ='(

dschoerk commented 6 years ago

same problem like @Shulin

dschiller commented 5 years ago

Any Solutions ?