vscode-coverage-gutters icon indicating copy to clipboard operation
vscode-coverage-gutters copied to clipboard

Unideal keybinding conflicting with "comment out"

Open simplenotezy opened this issue 1 year ago • 3 comments

Describe the bug The shift+command+7 keybinding conflicts with the "comment out" keybinding. I would recommend it got changed - perhaps letting the user assign own keybindings, or using some that is not already in use: https://github.com/ryanluker/vscode-coverage-gutters/blob/master/package.json#L182-L184

simplenotezy avatar Aug 22 '24 13:08 simplenotezy

@simplenotezy Thanks for the ticket! We have changed the default keybindings before as they usually come into conflict with different vscode defaults as they change over time. AFAIK you are able to modify these as per the documentation for the extension.

ryanluker avatar Sep 02 '24 17:09 ryanluker

@simplenotezy Thanks for the ticket!

We have changed the default keybindings before as they usually come into conflict with different vscode defaults as they change over time. AFAIK you are able to modify these as per the documentation for the extension.

Thanks! That's also what I ended up doing

simplenotezy avatar Sep 02 '24 17:09 simplenotezy

@simplenotezy Thanks for the ticket! We have changed the default keybindings before as they usually come into conflict with different vscode defaults as they change over time. AFAIK you are able to modify these as per the documentation for the extension.

Thanks! That's also what I ended up doing

Excellent! I will leave this open for a bit, but probably the short term fix is more documentation 🤔.

ryanluker avatar Sep 08 '24 19:09 ryanluker