moshfeu/vscode-compare-folders

Error on comparing 2 folders

Opened this issue · 3 comments

I use version: v0.24.3

I got the following error dialog:
image

If i click on the report button the following is in the error log:
error while comparing
{}
{
"errno": -2,
"code": "ENOENT",
"syscall": "open",
"path": "/Users/D054629/.vscode/extensions/moshfeu.compare-folders-0.24.3/out/package.json"
}

I recognized that the error only occures if a disable the usage of the gitignore file:
image

For me it is not clear how this setting works if it is enabled because i have an vscode workspace with multi projects and each of them has a .gitignore file and i want to compare 2 of those project folders.
image

Thanks for the detailed report. I don't have a quick solution out of my mind. I'll look into it but it will take me some time. Sorry for that

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.