Closed firai closed 2 months ago
Would you mind opening an issue over in jupyterlab-execute-time
?
Investigated by @krassowski at https://github.com/deshaw/jupyterlab-execute-time/issues/97#issuecomment-1754064252. To be tracked here.
Seems like this doesn't occur with every CodeMirror extension. When I use jupyterlab-vim
with jupyterlab-indent-guides
, neither first load nor changing settings for jupyterlab-indent-guides
from the Settings Editor disables vim mode.
It seems like the conflict with jupyterlab-execute-time
has been fixed by https://github.com/deshaw/jupyterlab-execute-time/pull/120.
Description
When a code cell extension, such as
jupyterlab-execute-time
, is installed alongsidejupyterlab-vim
, vim mode does not initialize in the first cell, and the user must switch to another cell and back in order to enable vim in the first cell.Upon triage by @krassowski, changing CodeMirror settings for code cells also causes vim mode to be disabled for the current cell.
Reproduce
Type 1
jupyterlab-vim
andjupyterlab-execute-time
Type 2
jupyterlab-vim
aloneExpected behavior
vim mode properly initializes regardless of other extensions
Context