Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support directory diffs #6898

Closed
danvk opened this issue May 25, 2016 · 1 comment
Closed

Support directory diffs #6898

danvk opened this issue May 25, 2016 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality git GIT issues
Milestone

Comments

@danvk
Copy link

danvk commented May 25, 2016

The side-by-side diff view of staged & unstaged changes is completely fantastic. I want to use it for all my git diff commands. Frequently I'm diffing against something other than HEAD, though. For example, I'd like to see the equivalent of git diff master in vscode.

I realize that you can set up vscode as a git difftool, but this forces you to view the files one-by-one, rather than en masse.

A way around this would be to support directory diffs. Then I'd be able to run git difftool --dir-diff to see all the diffs at once with vscode.

My .gitconfig looks like this:

[difftool "vscode"]
    cmd = code --wait --diff $LOCAL $REMOTE

I'm using vscode 1.1.1.

For comparison, the webdiff project does something like this to support running git webdiff instead of git diff at the command line. It works great.

@joaomoreno
Copy link
Member

Code is probably not going to implement this. I suggest implementing an extension which supports it or using a Git tool for that purpose.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality git GIT issues
Projects
None yet
Development

No branches or pull requests

3 participants