-
Notifications
You must be signed in to change notification settings - Fork 268
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
During uploadOnSave, files in "ignored" directories are still uploaded #15
Comments
Please change you vscode setting option |
I will get this for you on Monday. |
@tomjaimz Thanks for your help! I will take your advice. |
Thanks @liximomo for looking at this, and thanks @tomjaimz for your help. Here's the debug log output for sftp:
Using the ignore pattern of This message doesn't go away. Well, sometimes it goes away, but then it comes back, and my memory and CPU usage for vscode goes up a bit. |
Update: The issue with setting ignore By using that setting and simply leaving my vscode open, unused, vscode memory usage climbs steadily at a rate of about 10kb per minute. This does not happen without that setting. |
|
I am not seeing any memory leakage using |
I am trying to ignore |
@jessemao Get me the logs. |
I close this because how the ignore works changed after |
Hey liximomo. I'm having the exact same issue, I can't get the package to ignore anything other than the .vscode folder where the config is in. I think it was working properly some time ago. I've been testing some variations of the config, none works. I've tried multiple patterns for the ignore array but nothing seems to work. Anyway here's my output:
Thanks in advance. |
Change to this and provide me the log if it still can't work.
|
Working now thanks a lot. |
Hi, This issue is the one I am having where I have a local folder structure that is having the folders /assets/styles/ and then several .scss files (also within folder like /pages/, /components/. I would like to ignore this entire /assets/styles/ folder or every .scss file. I have tried several things but nothing is ignoring these files. What's the correct way of ignoring files within subfolders or entire subfolders? |
This is not working for subdirectories /folder/subfolders/ |
Issue:
During
uploadOnSave
, files in "ignored" directories are still uploaded on save. In other words, the 'ignore' setting is not respected for directories duringuploadOnSave
.Relevant Settings:
Steps to duplicate:
ignoreme/
ignoreme/myfile.txt
uploadOnSave
totrue
**/ignoreme
to theignore
list.ignoreme/myfile.txt
and save.ignoreme/myfile.txt
is uploaded to the server, even thoughignoreme/
is an ignored folder.What should happen:
Please fix this. It is very annoying. It causes my local
.git/
files to upload to the server.The text was updated successfully, but these errors were encountered: