Vim icon indicating copy to clipboard operation
Vim copied to clipboard

Plugins not enabled in web version

Open rliang opened this issue 4 years ago • 1 comments

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):

  • Extension (VsCodeVim) version: 1.21.10
  • VSCode version: 1.62.0
  • OS: Windows 11, using Edge browser

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?

rliang avatar Nov 08 '21 17:11 rliang

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

a-b avatar Jul 27 '22 06:07 a-b