[Accessibility] Custom keybinding does not work for "github...
Type: Bug CC @meganrogge Tested on Windows: In keybindings.json file, add the following entry: { "key": "shift+alt+\\", "command": "github.copilot.git.generateCommitMessage", "when": "!isMac" } In any cloned git repo, make changes. Press...