kasecato / vscode-intellij-idea-keybindings

Port of IntelliJ IDEA key bindings for VS Code.
https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings
MIT License
817 stars 135 forks source link

Ctrl + Enter started to conflict with git commit after v1.4.0 #212

Closed hs-davydov closed 10 months ago

hs-davydov commented 3 years ago

Untitled Git commit or scm.acceptInput by default has ctrl+enter keybinding. It stopped working few days ago, presumably after this commit https://github.com/kasecato/vscode-intellij-idea-keybindings/commit/da207fb922e73662f6a2bbe0b7537938fc54aaaa

hs-davydov commented 3 years ago

as a workaround I removed ctrl+enter keybinding from conflicting editor.action.goToDeclaration

kasecato commented 3 years ago

@hs-davydov Thank you for your report. I just fixed and published it on v1.4.2. Please check it.