-
Notifications
You must be signed in to change notification settings - Fork 82
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
automatic upload on save stopped working #267
Comments
Hey. I had such a problem. I decided to install it with the old version (https://marketplace.visualstudio.com/_apis/public/gallery/publishers/lukasz-wronski/vsextensions/ftp-sync/0.3.5/vspackage) Do not forget to disable auto-update extensions. |
Looks like it's a similar issue to #154 . A workaround there is to populate the array inside "generatedFiles" in ftp-sync.json, and it works, in my case, for things like ".js", ".php" ... the down-side, for me, being that I can't figure out what to put there for files with NO extension ... :( |
Thank you wolfcreative for the link of the old version! dalecosp, i have the right settings and it's not saving after the 0.3.7 update. "ignore": [ |
@felix007 i will explain step by step:
What to do next makes no sense to explain. |
@wolfcreative thank you very much! |
the best way is reinstall vscode to fix the problem |
first thing iv"e done. doesn't work for me. |
Also stopped working here. Disappointing. Hope it will be fixed because this is a really nice extension and feature. Don't know why MS does not include it as a standard feature in VSC. |
@NajSurf i"m not sure what to do. updated to 0.3.7 still upload on save not working. deleted extension and installed fresh no change. |
I've just published new fixed version to the marketplace. generatedFiles was messing with uploadOnSave function. Now both functions work as planned and the problem is not occuring anymore. I'll check soon if it uploads properly when files are generated automatically by application. Also you can check the latest merge for more info #269 |
It's working again! |
That is very good to hear :) |
Hi @NajSurf their is still a bug that is not uploading files from css folder = css/style.css files that are generated from scss. my json file is |
{ |
all the files when saved are being uploaded.. including - file.scss |
I'll try to reproduce it when I have some free time. |
Thank you |
Please download latest version from this github repository and check if that worked for you. |
I"ll be happy to do so but i don't know how ): |
|
Great it's working again! |
Great :) I'll leave the issue open for couple more days if any problem occures again. |
Confirm, working here as well. Thank you. |
If i set path like /build it works, but only for that folder. Than my other files in / are ignored. Confusing. |
automatic upload on save stopped working after 0.3.7 update.
please check it worked great yesterday
using
mac 10.11.6
vscode Version 1.29.1 (1.29.1)
thank you
The text was updated successfully, but these errors were encountered: