VSCodeVim prefers to run on the local machine (as a "UI" extension) to minimize latency. If you need it to run remotely (to use an instance of neovim installed in WSL, for instance), you can put the following into your settings.json:

"remote.extensionKind": {
  "vscodevim.vim": ["workspace"]
},

Fixes #5028
This commit is contained in:
Jason Fields 2020-07-20 12:08:08 -04:00
parent d339abf0f8
commit 1a74ab22f0

View File

@ -31,8 +31,8 @@
"Keymaps"
],
"extensionKind": [
"workspace",
"ui"
"ui",
"workspace"
],
"activationEvents": [
"*",