liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 256 forks source link

SFTP keeps loading #799

Open tabzam opened 3 years ago

tabzam commented 3 years ago

it happens mostly on the [watcher/updated]

the SFTP loader in the status bar down at the bottom keeps spinning. Have to quit the vscode and open it again to make it working. gets very annoying after a while. Screen Shot 2020-07-26 at 12 55 03

tabzam commented 3 years ago

It keeps on happening even if i try to upload a normal file.

tabzam commented 3 years ago

Can somebody help me with this?

Abdul007Malik commented 3 years ago

I am having the same problem

IacopoOrtis commented 3 years ago

I have the same issue.

porridj commented 3 years ago

Same issue here too. It works fine for a while. But then breaks. No real pattern as to why.

dankidigital commented 3 years ago

You could try setting:

"concurrency": 1

in your sftp.json settings file. This could help in some cases.

arekuki commented 2 years ago

+1

simanet commented 5 months ago

You could restart vs code