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
Describe the bug
This bug occurs when using the Vim extension together with the Jupyter Notebook extension in VSCode. In a Jupyter Notebook focused cell, pressing the Esc key alone does not transition from Visual Mode back to Normal Mode.
To Reproduce
Steps to reproduce the behavior:
Install the Jupyter Notebook extension and open a .ipynb file.
Select any cell and enter Visual Mode by pressing the v key.
Attempt to return to Normal Mode by pressing the Esc key.
Check the visual mode remaining on the bottom status bar.
Expected behavior
Pressing the Esc key should transition from Visual Mode to Normal Mode while maintaining focus on the Jupyter Notebook cell.
Environment (please complete the following information):
Extension (VsCodeVim) version: 1.29.0
VSCode version: 1.97.2
OS: macOS Sequoia 15.3.1 (24D70)
Additional context
Pressing Esc first causes the Jupyter Notebook to lose focus (notebookCellEditorFocused changes from true to false).
However, Visual Mode remains active.
Since editorFocus is also lost when the cell loosing the focus, there's no way to escape from Visual Mode to Normal Mode.
Describe the bug
This bug occurs when using the Vim extension together with the Jupyter Notebook extension in VSCode. In a Jupyter Notebook focused cell, pressing the Esc key alone does not transition from Visual Mode back to Normal Mode.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Pressing the Esc key should transition from Visual Mode to Normal Mode while maintaining focus on the Jupyter Notebook cell.
Environment (please complete the following information):
Additional context
Pressing Esc first causes the Jupyter Notebook to lose focus (notebookCellEditorFocused changes from true to false).
However, Visual Mode remains active.
Since editorFocus is also lost when the cell loosing the focus, there's no way to escape from Visual Mode to Normal Mode.
Workaround
The text was updated successfully, but these errors were encountered: