VSCodeVim / Vim

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

Plugins not enabled in web version #7238

Open rliang opened 2 years ago

rliang commented 2 years ago

Describe the bug Plugins (easymotion, surround, etc) seem to be not enabled in the web version.

To Reproduce Steps to reproduce the behavior:

  1. Open a web version of vscode, such as vscode.dev
  2. Install the Vim extension
  3. Enable a plugin such as easymotion or surround
  4. Try to use it

Expected behavior It should work.

Environment (please complete the following information):

Additional context Upon inspecting extensionWeb.ts, it seems that it only contains the import statement

import './src/actions/include-main';

whereas extension.ts contains

import './src/actions/include-main';
import './src/actions/include-plugins';

which seems to be causing this. Is there any reason for plugins to be disabled in the web version?

a-b commented 2 years ago

Just a kind reminder that this issue is affecting all https://github.dev and codespaces.