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

Git diff traversing buttons are missing #9144

Closed
iradul opened this issue Jul 12, 2016 · 2 comments
Closed

Git diff traversing buttons are missing #9144

iradul opened this issue Jul 12, 2016 · 2 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@iradul
Copy link

iradul commented Jul 12, 2016

  • VSCode Version: 1.3.0
  • OS Version: Win 7 Pro

Version 1.3 misses git diff traversing buttons when git file compare is opened:
vsc13

I guess it has something to do with new tabs feature. Right click gives missing options but it's really tedious to right click every time you want to move to the next change...

Older version 1.1 looked like this:
vsc11

Also it would be nice to have some keyboard shortcut for this.

@bpasero
Copy link
Member

bpasero commented Jul 12, 2016

#7666

You can assign keybindings for next/previous diff.

@bpasero bpasero closed this as completed Jul 12, 2016
@bpasero bpasero added the *duplicate Issue identified as a duplicate of another issue(s) label Jul 12, 2016
@iradul
Copy link
Author

iradul commented Jul 12, 2016

Thanks

    { "key": "ctrl+alt+]", "command": "workbench.action.compareEditor.nextChange" },
    { "key": "ctrl+alt+[", "command": "workbench.action.compareEditor.previousChange" },

@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
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants