VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.83k stars 1.31k forks source link

Vim extension keeps freezing on Vscode Version: 1.89.1 #9033

Open shehuawwal opened 4 months ago

shehuawwal commented 4 months ago

Currently using the Vscode on Apple M1 Pro Running Sonoma 14.4.1 with Vscode Version: 1.89.1 and Vim Extension v1.27.2,

It keeps freezing without allowing to insert mode or visual mode, until i disable the extension before, I can proceed.

Can someone look into it.

Thanks

viraxslot commented 4 months ago

Hi @shehuawwal. I have almost the same setup and the extension works just fine. Try to do some of the following steps:

  1. Update the extension (1.27.3 version is available)
  2. Disable all other extensions (maybe some conflict happened)
  3. Make sure US keyboard layout is active (because extension does not work for me too when I switch to russian keyboard for example)

Do you have any errors in debug console by the way? Hope something will help you. Cheers.