vscode快捷键失效
在编辑时,遇到ctrl + L 失效,下方状态栏显示waiting for new input。修复方式:https://github.com/microsoft/vscode/issues/115296
- Run the command
Developer: Toggle Keyboard Shortcuts Troubleshooting - This will activate logging of dispatched keyboard shortcuts and will open an output panel with the corresponding log file.
- Press exactly the keybinding you desire (
cmd+L) - check what VS Code detects and what command is invoked.





