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

autoSwitchInputMethod not work #9449

Open
gaoyuqiang opened this issue Jan 21, 2025 · 0 comments
Open

autoSwitchInputMethod not work #9449

gaoyuqiang opened this issue Jan 21, 2025 · 0 comments

Comments

@gaoyuqiang
Copy link

gaoyuqiang commented Jan 21, 2025

Describe the bug
I added autoSwitchInputMethod in settings.json, but it doesn't work.
I have restarted the VSCode Vim plugin and VSCode itself, but it still doesn't work.
I am crazy!
To Reproduce
"vim.autoSwitchInputMethod.enable": true,
"vim.autoSwitchInputMethod.defaultIM": "com.apple.keylayout.ABC",
"vim.autoSwitchInputMethod.obtainIMCmd": "/opt/homebrew/bin/im-select",
"vim.autoSwitchInputMethod.switchIMCmd": "/opt/homebrew/bin/im-select {im}"

My im-select locate on /opt/homebrew/bin/im-select

Expected behavior
I hope that disable input method when exiting Insert Mode.

Screenshots
settings.json:
Image

im-select Path:

Image Default input method:

Image

when I input chinese, It can't work
Image

  • Extension (VsCodeVim) version: 1.29.0
  • VSCode version: 1.96.3 (Universal)
  • OS: Macos 14.4
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

1 participant