Skip to content

Tags: moshfeu/vscode-compare-folders

Tags

v0.25.1

Toggle v0.25.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.25.0

Toggle v0.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ci): ignore errors when deploy to open-vsx

So at least it will deploy to vscode marketplace

v0.24.3

Toggle v0.24.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
complete: dismiss fix on windows (#149)

v0.24.2

Toggle v0.24.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(copy-to-folder): error when copy to a folder with a dot (#139)

fix #136 

See nodejs/node#6229 (comment)

v0.24.1

Toggle v0.24.1's commit message
ci(deploy): bump node

v0.23.0

Toggle v0.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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 /

v0.22.5

Toggle v0.22.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ui: set activity icon as font + new app icon (#124)

v0.22.4

Toggle v0.22.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
core: upgrade tests env (#123)

v0.22.3

Toggle v0.22.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cd: deploy using github action (#110)

v0.22.2

Toggle v0.22.2's commit message
chore: bump version