-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
"Delete Line" Keybinding does not work #7888
Comments
I can rebind the command to another keybinding and it works, so it seem it's not the command that's broken. |
I tried it on macOS to see whether it is a Windows-only issue; it isn't. We incorrectly execute the
|
The task extension depends on the monaco extension, so it registers keybindings afterwards. Since we aligned with VS Code for keybindings resolution, a keybinding registered later for the same scope has a higher priority now. The fix is to add a proper It was working before because we treated keybindings with |
…ybinding Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
…ybinding Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
The keybinding for "run last task" shows up as "ctrlcmd+shift+k", not "ctrl+shift+k" in the keybindings UI. Not sure what the difference is. |
I think it is correct, we detect your keyboard layout and then resolves the keybinding against it. |
Hmh...I don't see a "ctrlcmd" key on my keyboard. Is that like "Alt-Gr"? |
It is |
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Bug Description:
The default shortcut for "delete line" (ctrl-shift-k) does not work
Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: