-
Notifications
You must be signed in to change notification settings - Fork 17
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
[feature request] Can we have a progress indicator for refresh? #95
Comments
Thank you for the feature idea. I'll implement it as soon as I'll have time. |
Thank you again for the idea. Can you test the new loader by installing the version below? |
Great insights! Here is a new version with these 2 fixes:
compare-folders-0.23.2.vsix.zip
It might happen because a big number of files to compare, please make sure to exclude node_modules, if you are working in a node environment, or similar type of folders in other environments.
The comparison itself is done the great library dir-compare, not by the extension's code.
No problem, I'm busy myself usually so it takes me time to reply too. |
@imkzh have you have the chance to test 0.23.2 version? |
Hi @moshfeu, I tried the 0.23.2, here are some feedback: (most of them are irrelevant to this issue)
{
"compareFolders.excludeFilter": [
"__pycache__/",
".idea/",
".vscode/",
".git/",
"checkpoint/",
"data/",
"journal/",
"outputs/",
"build/",
"*.so"
]
}
|
Hi @imkzh. |
Thank you for continuous updates to this useful extension (which I heavily relied on), and taking my voice into account. Your effort is always appreciated, and please don't hesitate to take the time you need. |
Disappeared again :) I'm about to release v24 with a different feature (#137) Thank you for your patience 🙏 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
It's time consuming when comparing between local files and mounted network virtual file systems. And would look like it is hanging forever. (I thought the refresh button never worked as i'm not getting any visual feedback, until recent days i realized it's actually working fine, it just need some time.)
The text was updated successfully, but these errors were encountered: