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

The extension don't work with Java Extension Pack #3526

Closed
rectcircle opened this issue Feb 26, 2019 · 2 comments
Closed

The extension don't work with Java Extension Pack #3526

rectcircle opened this issue Feb 26, 2019 · 2 comments

Comments

@rectcircle
Copy link

rectcircle commented Feb 26, 2019

Version Info:
OS: MacOS Mojave 10.14.3
VSCode: 1.31
VIM: 1.1.0
Language Support for Java(TM) by Red Hat: 0.39.0

Config:

{
    "vim.autoSwitchInputMethod.defaultIM": "com.apple.keylayout.ABC",
    "vim.autoSwitchInputMethod.obtainIMCmd": "/usr/local/bin/im-select",
    "vim.autoSwitchInputMethod.switchIMCmd": "/usr/local/bin/im-select {im}",
    "vim.autoSwitchInputMethod.enable": true,
    "vim.useSystemClipboard": true,
}

VIM without Java Extension Pack:
image

VIM don't work with Java Extension Pack, Just like no installation.

commands:
image
image

when I open Java project as a folder, I open a new file and press the backspace key
image
image

I am sure I installed the vim extension
image

@jpoon
Copy link
Member

jpoon commented Mar 1, 2019

Firstly, make sure you are on latest vscode/vscodevim
Secondly, this will likely resolve such issues: #3473 (comment)

@jeerychris
Copy link

i get the problem too, vscode-vim version 1.4.0, vscode version 1.32.3 portable

i solve it by following steps:

  1. uninstall java-pack extension
  2. manually delete java-pack extension folder but other extension folders that actually support java develop, like redhat-java, debugger for java, etc.
  3. delete ${vscode-data}/extensions/.obsolete file
  4. reload window

NOTE: delete .obsolete file will lead your uninstalled extensions recoverd, for specific extensions, you can edit it instead.

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

No branches or pull requests

3 participants