code-server: vscodevim doesn't work

  • code-server version: 2.1665-vsc1.39.2-linux-x86_64
  • OS Version: Debian GNU/Linux 10 (buster)
  • Extension: https://github.com/VSCodeVim/Vim (1.11.3 installed from default marketplace)

Description

After installation it has no effect.

Steps to Reproduce

  1. In extensions tab, install vscodevim 1.11.3
  2. Open any file attempt to edit

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 2
  • Comments: 16 (5 by maintainers)

Most upvoted comments

I can happily confirm that with iPadOS 13.4 (GM) amVim works if you go into the Keyboard settings and map the Caps Lock key to Esc. I’m using the Brave browser.

@xbtsw I had tried 1.0.0,1.9.0 and 1.11.3, none of them work.

@muammar @black-desk, for 0.17.3 you will need to install the node_modules manually for the extension.

As of 1.12.0 of vscodevim released yesterday, even chrome stopped working because of the usage of fs.readFileSync() from the extension. @code-asher .

As an immediate remedy, maybe in the coder extension repo, we should take 1.11.X as max version.