kortina / vscode-markdown-notes

Install from: https://ark.dance/md-notes
GNU General Public License v3.0
420 stars 64 forks source link

Markdown notes conflicts with vscodevim #196

Open egerlach opened 9 months ago

egerlach commented 9 months ago

Type: Bug

  1. Enable Markdown Notes and vscodevim
  2. Open at least a few tabs
  3. Try to navigate up and down in one of the tabs with j/k
  4. If it works, try another tab.

There seems to be something else going on here, as it only seems to happen sometimes.

Might be related to #180 ? Not sure.

I determined that it was Markdown Notes through an extension bisect. I disabled vscodevim, then enabled it first thing once the bisect had started in order to narrow it down.

Extension version: 0.0.27 VSCodium version: VSCodium 1.81.1 (aef377c42cea6e9aea642829953104f07097abfa, 2023-08-10T18:29:01.714Z) OS version: Linux x64 6.1.0-12-amd64 Modes:

System Info |Item|Value| |---|---| |CPUs|AMD Ryzen 7 5700G with Radeon Graphics (16 x 4465)| |GPU Status|2d_canvas: unavailable_software
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
opengl: disabled_off
rasterization: disabled_software
raw_draw: disabled_off_ok
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
webgpu: disabled_off| |Load (avg)|4, 3, 3| |Memory (System)|62.23GB (52.96GB free)| |Process Argv|--ms-enable-electron-run-as-node .| |Screen Reader|no| |VM|0%| |DESKTOP_SESSION|lightdm-xsession| |XDG_CURRENT_DESKTOP|KDE| |XDG_SESSION_DESKTOP|lightdm-xsession| |XDG_SESSION_TYPE|x11|
kortina commented 9 months ago

I'm fairly certain this is not a conflict with vscode vim. As you suggest, maybe it is related to #180 / large workspaces.

How many files / folders are in your working directory? I've seen this a few times for very large projects, could be just trying to parse too many files.