-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Labels
Comments
Experienced the same and this workaround:
worked for me too. |
Anything interesting in the console logs? |
Didn't find anything relevant really. But can confirm 1.0.7 works fine again for my setup 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
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):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: