Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vim slowing coding down #8924

Open
codBardh opened this issue Mar 5, 2024 · 2 comments
Open

Vim slowing coding down #8924

codBardh opened this issue Mar 5, 2024 · 2 comments

Comments

@codBardh
Copy link

codBardh commented Mar 5, 2024

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%
@shinohara-rin
Copy link
Contributor

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
}

@kentaro-a
Copy link

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
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants