Tags: moshfeu/vscode-compare-folders
Tags
fix: copy files & better logging and error handling (#167) This pull request includes several changes to improve error handling, logging, and code organization in the `src/providers/foldersCompareProvider.ts` and related files. The most important [change](diffhunk://#diff-4b422bda5a0007c1c97c9190d7300c608819eb4605d55a172cce02d3ac4ddb71L270-L274) is building the `from` and `to` paths - got rid of the string manipulations, which often lead to... cross platform issues _ fix #162 fix #164
feat: respect .gitignore (#97) * feat: respect .gitignore * fix * code style * establish tests * test of both gitignore and configuration * upgrade typescript + fix types * fix package.json * start tesing include by .gitignore * fix yarn.lock * [wip] extract fs methods and mock this module for tests still not working * fix types * fix code to comply versions * upgrade mocha + fix tests * fix the extension ignores all the files but the ones in mentioned in includeFilter * remove * exclude .git folder * move the comment * support suffixed /
PreviousNext