-
Notifications
You must be signed in to change notification settings - Fork 83
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
No handler found for the command: 'extension.ftpsyncdownload' #1
Comments
Hi @grvpanchal! Thanks for reporting an issue. I've checked it. Technically the problem is that not all commands activates the plugin if there is no configuration file. To run the plugin properly configuration file is needed. Solution for you is to run command: Ftp-sync: Init first, then use download command. If it will help, then I will try to add information messages instead of this nasty error. |
Hi there, I get the same error even though I have the (configured) ftp-sync.json file inside .vscode. |
@nasal - are you sure your opened folder is the one that directly contains .vscode folder with ftp-sync.json in it? |
@lukasz-wronski: yes, check the screenshot below. |
Ok. Thanks, I'll check this out. |
Can you check now? I've published fix. The problem was that package used in download command was not added to my package.json file (installation without --save option), so it was working fine on debug but was not attached to extension content when published. |
I had same problem as @nasal screenshot. Do I have to reinstall to get the fix? |
Its working now!! Great Extension, Thanks!! |
Thanks for confirmation. Let me know if you'd find any other problems. |
Currently, I was downloading my project and internet got disconnected while downloading. So when I reconnected, I had to begin the downloading from the start. Can you do an auto reconnect from the point where the downloading stopped? |
I will think of it and add possible solution to a roadmap. |
I am trying to download but I get this error. Please help!
The text was updated successfully, but these errors were encountered: