Vim icon indicating copy to clipboard operation
Vim copied to clipboard

Vim slowing coding down

Open codBardh opened this issue 11 months ago • 2 comments

Type: Bug

when you enable vim and you write code you can see it adds lag , you write a word on your keyboard and the full word delays showing on screen .

Extension version: 1.27.2 VS Code version: Code 1.87.0 (019f4d1419fbc8219a181fab7892ebccf7ee29a2, 2024-02-27T23:41:44.469Z) OS version: Windows_NT x64 10.0.19045 Modes:

System Info
Item Value
CPUs Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz (4 x 2496)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) undefined
Memory (System) 7.92GB (0.73GB free)
Process Argv
Screen Reader no
VM 0%

codBardh avatar Mar 05 '24 12:03 codBardh

As mentioned in the README, you can try adding the following to your settings.json and reload/restart VSCode

"extensions.experimental.affinity": {
  "vscodevim.vim": 1
}

shinohara-rin avatar Mar 14 '24 20:03 shinohara-rin

Even though below settings is added, vscode-vim is going to slow down as time passed. Restarting vscode regularly is the temporary resolution to slowing down but it's annoying for me..

"extensions.experimental.affinity": {
  "vscodevim.vim": 1
}

kentaro-a avatar Mar 26 '24 07:03 kentaro-a