Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins not enabled in web version #7238

Open
rliang opened this issue Nov 8, 2021 · 1 comment
Open

Plugins not enabled in web version #7238

rliang opened this issue Nov 8, 2021 · 1 comment

Comments

@rliang
Copy link

rliang commented Nov 8, 2021

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?

@a-b
Copy link

a-b commented Jul 27, 2022

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

HenryTSZ pushed a commit to HenryTSZ/NVim that referenced this issue Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants