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

Command+Enter to commit does not work anymore #89904

Closed
daimor opened this issue Feb 3, 2020 · 8 comments
Closed

Command+Enter to commit does not work anymore #89904

daimor opened this issue Feb 3, 2020 · 8 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@daimor
Copy link

daimor commented Feb 3, 2020

  • VSCode Version:
    Version: 1.42.0-insider
    Commit: be0aca7
    Date: 2020-01-31T13:51:59.883Z
    Electron: 6.1.6
    Chrome: 76.0.3809.146
    Node.js: 12.4.0
    V8: 7.6.303.31-electron.0
    OS: Darwin x64 19.2.0
  • OS Version: macOS Catalina 10.15.2

Steps to Reproduce:

  1. put some SCM commit message
  2. Press ⌘Enter, and nothing happens

Does this issue occur when all extensions are disabled?: Yes

@vscodebot
Copy link

vscodebot bot commented Feb 3, 2020

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@gjsjohnmurray
Copy link
Contributor

Maybe caused by #84831

cc @joaomoreno

@joaomoreno
Copy link
Member

Interesting, I can't repro here. Do you have Cmd Enter configured to more commands in your keybindings? Run Preferences: Open Keyboard Shortcuts and search for Cmd Enter

@joaomoreno joaomoreno added the info-needed Issue requires more information from poster label Feb 3, 2020
@joaomoreno joaomoreno self-assigned this Feb 3, 2020
@daimor
Copy link
Author

daimor commented Feb 3, 2020

Yep, found it. I have a custom keybinding for trigger suggest.
Screenshot 2020-02-03 at 13 42 43
But I think it should not trigger there. So, it should work anyway.

@daimor
Copy link
Author

daimor commented Feb 3, 2020

And it works after reset

@joaomoreno
Copy link
Member

👍 Got it, you can add && !editorSimpleInput to that when condition.

@daimor
Copy link
Author

daimor commented Feb 3, 2020

@joaomoreno thanks, would it be possible to add it default keybindings as well?
So, next time, it would be possible to just change key without changing when.

@joaomoreno
Copy link
Member

Actually, the suggest widget will come to simple editor inputs as well, albeit as Ctrl Enter, so we can't change the default when clause.

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants