L13/vscode-diff

New Feature: Export all differeces to new file

Opened this issue · 2 comments

It would be great to have an option to export the differences of all files to a file.
This would be helpful i.e. to document changes in a config folder from one device to another

L13 commented

Hi, do you mean just a list of files (dirname + filename) or also the difference (content) in those files. Second option is not possible because I have no access to the diff logic of vscode.

Hi, do you mean just a list of files (dirname + filename) or also the difference (content) in those files. Second option is not possible because I have no access to the diff logic of vscode.

Hey, I was looking for a way to export which files are added, modified, or removed to a CSV or similar format.

I don't need to know what those differences are, or anything within the file, I just need to know what section they'd be sorted in.