/vscode-compare-folders

The source code of the extension CompareFolders

Primary LanguageTypeScriptMIT LicenseMIT

Build Status

The extension allows the user to compare folders, show the diffs in a list and present diff in a splitted view side by side.

Screen record

Options (under vscode settings)

  • excludeFilter - glob string
  • includeFilter - glob string
  • compareContent - boolean - Compares files by content

Example

"compareFolders.excludeFilter": [
  "**/node_modules",
  "**/.svn",
  "**/.git"
]

Notice

  • The extension works only when the vscode instance has one workspace (or one folder) or more. It's not working for empty workspace.

You can find the series of the posts about how this extension developed step by step in medium.com.

Contributors

llgcode
llgcode

Credits

Activity bar's icon (and more) by Stockio.com Null icon made from Icon Fonts is licensed by CC BY 3.0 External link icon made by Dave Gandy from www.flaticon.com