Microsoft/vscode

SCM - Support keyboard shortcuts for inline change review commands

Open

#38,113 opened on Nov 11, 2017

View on GitHub
 (5 comments) (8 reactions) (1 assignee)TypeScript (74,848 stars) (10,221 forks)batch import
feature-requesthelp wantedscm

Description

Steps to Reproduce:

  1. Set this in keybindings
{
    "key": "alt+cmd+z",
    "command": "git.revertChange"
}

revert-changes

Reproduces without extensions: Yes

Contributor guide