You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempt to use the custom hotkeys or basic Vim motions during the debug session.
Observe that neither the hotkeys nor the Vim motions function.
Expected behavior
Custom hotkeys and basic Vim motions should work seamlessly in debug mode, as they do outside of it.
Screenshots
vim_debug.mp4
Environment (please complete the following information):
• Extension (VsCodeVim) version: v1.28.1
• VSCode version: 1.95.3
• OS: Darwin arm64 24.1.0 (MacOS 15.1.1)
Additional context
The issue makes it difficult to debug efficiently while relying on Vim keybindings. If remapping-related logs are required, please specify, and I can attach them.
The text was updated successfully, but these errors were encountered:
The situation I encountered is that once I enter debugging mode and cannot use user custom vim key mappings, the default Vim mapping can still be used.
I'm seeing the same issue - from what I can tell, this only happens when the debug mode is entered through a custom <leader>... mapping, but not when starting the test debug by clicking in the UI.
E.g. the following keybinding will produce the error:
Describe the bug
Custom hotkeys defined in the VSCodeVim extension do not work in debug mode. Even basic Vim motions are unresponsive when debugging.
To Reproduce
Steps to reproduce the behavior:
settings.json
for VSCodeVim, e.g.:Expected behavior
Custom hotkeys and basic Vim motions should work seamlessly in debug mode, as they do outside of it.
Screenshots
vim_debug.mp4
Environment (please complete the following information):
• Extension (VsCodeVim) version: v1.28.1
• VSCode version: 1.95.3
• OS: Darwin arm64 24.1.0 (MacOS 15.1.1)
Additional context
The issue makes it difficult to debug efficiently while relying on Vim keybindings. If remapping-related logs are required, please specify, and I can attach them.
The text was updated successfully, but these errors were encountered: