fabiospampinato / vscode-diff

Diff 2 opened files with ease. Because running `code --diff path1 path2` is too slow.
MIT License
40 stars 9 forks source link

Can't diff two .csv files #3

Closed NiklasBr closed 5 years ago

NiklasBr commented 5 years ago

This extension seems to ignore all opened .csv files. Is there a setting or something I am missing?

fabiospampinato commented 5 years ago

@NiklasBr .csv files seem to be ignored because is-binary-path excludes them here. Could you perhaps open an issue about this in binary-extensions' repo?

NiklasBr commented 5 years ago

Thanks, I made a PR: sindresorhus/binary-extensions/pull/21