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

Bad interaction between 1.0.5 and jscode-java-pack #3431

Closed
y0n3t4n1 opened this issue Jan 31, 2019 · 4 comments
Closed

Bad interaction between 1.0.5 and jscode-java-pack #3431

y0n3t4n1 opened this issue Jan 31, 2019 · 4 comments
Labels

Comments

@y0n3t4n1
Copy link

Describe the bug
With Java Extension Pack (0.5.0) and Vim for Visual Studio Code 1.0.5 enabled, you cannot edit Java files as the window won't respond to most of keystrokes.

Disabling Java Extension Pack AND enabling all its dependencies lets me use Vim for Visual Studio Code 1.0.5, so it's the best workaround at the moment.

Reverting to Vim for Visual Studio Code 1.0.4 also fixes the problem.

Disabling Vim for Visual Studio Code while Java Extension Pack enabled also lets you edit files, but it's not an option for an addicted vim user :)

To Reproduce
Steps to reproduce the behavior:

  1. Install and enable Vim for Visual Studio Code 1.0.5 and Java Extension Pack 0.5.0
  2. Open a java file (or open a new window and name it as a.java)
  3. The cursor becomes narrow like it's in input mode, but the editor window won't respond to most of keystrokes (somehow ctrl-p works)

Expected behavior
You can edit Java files when both extensions are enabled.

Screenshots
If applicable, add screenshots to help explain your problem.
If remapping-related, please attach log output: https://github.com/VSCodeVim/Vim#debugging-remappings.

Environment (please complete the following information):

  • Java Extension Pack 0.5.0
  • Extension (VsCodeVim) version: 1.0.5
  • VSCode version: 1.30.2
  • OS: macOS mojave

Additional context
Add any other context about the problem here.

@machristie
Copy link

Experienced the same and this workaround:

Disabling Java Extension Pack AND enabling all its dependencies lets me use Vim for Visual Studio Code 1.0.5, so it's the best workaround at the moment.

worked for me too.

@sambernet
Copy link

I have the same combination and in my case it completely breaks text editing with vscodevim enabled.

It looks like keyboard input is completely broken - no keypresses are doing anything within an editor window anymore. The workaround above (disabling java extension pack) does not change anything in my case.

But I can confirm downgrading to 1.0.4 solves the problem for me as well.

Usually nothing happens, but at least one time an actual error message was displayed when entering an editor window and pressing i to switch to insert mode:
image

@jpoon
Copy link
Member

jpoon commented Jan 31, 2019

Anything interesting in the console logs?

@sambernet
Copy link

Anything interesting in the console logs?

Didn't find anything relevant really.

But can confirm 1.0.7 works fine again for my setup 🎉
Thanks a lot!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants