vscode
vscode copied to clipboard
Some keyboard shortcuts not working even when developer-tools info that commands are dispatched.
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.92.2
- OS Version: Win 11, 23H2.
Steps to Reproduce:
- Launch VSCode
- Open any workspace
- Open Shift + P: Toggle Developer Shortcuts Troubleshooting
- Try to perform ctrl + alt shortcut
- Observe how it prints out to console something along-the lines:
[KeybindingService]: + Invoking command editor.action.selectAll. - Now try to do block-comment with (presumably) default keybind: Shift + alt + a.
- Observe how again, console logs that correct action is invoked:
[KeybindingService]: + Invoking command editor.action.blockComment. - Observe that nothing happens in editor and block-comment does not appear.
The working is inconsistent and puzzling why console logs action dispatched and nothing happens. Totally fresh install of VScode.