You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
im-select Path:
Default input method:
when I input chinese, It can't work
Extension (VsCodeVim) version: 1.29.0
VSCode version: 1.96.3 (Universal)
OS: Macos 14.4
The text was updated successfully, but these errors were encountered:
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
![Image](https://private-user-images.githubusercontent.com/5441175/405061645-cc874c7f-cf4c-485b-8acb-e55d8e8c4783.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NTkxNzksIm5iZiI6MTczODg1ODg3OSwicGF0aCI6Ii81NDQxMTc1LzQwNTA2MTY0NS1jYzg3NGM3Zi1jZjRjLTQ4NWItOGFjYi1lNTVkOGU4YzQ3ODMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDZUMTYyMTE5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NzJlODNhNWMyYzE0ZjUxNWEwNWFkZmZmMmJmN2IxNjQwN2IzYTU2ZjE2NjA5NmFlMjc5ZDMwNGZkZDVhMTg2MSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.pWfgix0tEsYn5lKAGGvSu3urP8GaupJqFrY0WoqS54Q)
settings.json:
im-select Path:
when I input chinese, It can't work
![Image](https://private-user-images.githubusercontent.com/5441175/405060728-6db46d4b-13f7-4d15-a350-6b66ac25978a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NTkxNzksIm5iZiI6MTczODg1ODg3OSwicGF0aCI6Ii81NDQxMTc1LzQwNTA2MDcyOC02ZGI0NmQ0Yi0xM2Y3LTRkMTUtYTM1MC02YjY2YWMyNTk3OGEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDZUMTYyMTE5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MmMyMDJiM2RjZDdmMjNlMTQ4NWI2MzZjYjA5ODlkZTRiMWZjNGY5MTg0YzZkNDNkYmZmNWY1Yzg2ZjUwY2MwZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.2ArlVtFme8bt1jzmsXc35X0f-0z4LTfAAe2l_yQSThc)
The text was updated successfully, but these errors were encountered: