Skip to content

Releases: moshfeu/vscode-compare-folders

v0.16.0

24 Aug 19:18
Compare
Choose a tag to compare

Allow deleting files

v0.15.1

29 Jul 07:04
Compare
Choose a tag to compare
bump

v0.15.0

29 Jul 06:49
f286597
Compare
Choose a tag to compare
  • Allow to take a compared file over my file and visa-versa in the "differences" section
  • "Source Refreshed" (after refresh etc.) message now is auto dismissed (3s)

v0.14.0

14 Jul 16:45
a433572
Compare
Choose a tag to compare

Allow to copy files from "my folder" to "compared folder" and vice-versa

v0.13.0

16 Jun 16:42
d304a3c
Compare
Choose a tag to compare

Allow to compare directly from the CLI (open a vscode instance, compare the folders and focus on compareFolders view) by the following command

COMPARE_FOLDERS=DIFF code path/to/folder1 path/to/folder2

v0.12.1

11 Jun 22:23
Compare
Choose a tag to compare

Try to fix #37

v0.12.0

09 Jun 21:07
00a349a
Compare
Choose a tag to compare

Allow to use Diff & Merge extension as the Diff viewer (under configuration) (#34)

v0.11.0

30 May 18:39
1401423
Compare
Choose a tag to compare

v0.10.0

23 May 19:03
48a1a10
Compare
Choose a tag to compare

Show theme files icons instead of custom (uniform and boring) files icons
Allow to compare 2 selected folders (adds a context menu Compare selected folders) (#26)
Added 2 commands in the command palette

  • Compare a folder against workspace (when workspace is not empty)
  • Choose 2 folders and compare - as it sounds

v0.9.0

20 May 20:16
7df9891
Compare
Choose a tag to compare

Allow to choose 2 folders without having to open one of them as a workspace.

If there is one folder in the workspace, it will compare this with the one the user choose.
If there are more than one folder, it let's the user to choose one of the folders and then, the a different folder to compare.