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

VScodeVim: When type Chinese character, the editor appear blinking #150398

Open
yifan0414 opened this issue May 25, 2022 · 5 comments
Open

VScodeVim: When type Chinese character, the editor appear blinking #150398

yifan0414 opened this issue May 25, 2022 · 5 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-input-IME Editor input of characters not on keyboard VIM VIM issue

Comments

@yifan0414
Copy link

Describe the bug
A clear and concise description of what the bug is.
When I switch to Chinese input method and start inputing the character, The Chinese character is blinking.
To Reproduce
Just enter the insert mode, and switch the input method to Chinese, then type in some words.
Expected behavior
the normal visual performance
Screenshots
iShot_2022-05-26_01 07 22

Environment (please complete the following information):

  • Extension (VsCodeVim) version: v1.22.2
  • VSCode version: 1.67.2 (Universal)
  • OS: Darwin arm64 21.4.0

Additional context
the english input method works normally

@yifan0414 yifan0414 changed the title When type Chinese character, the editor appear blinking VScodeVim: When type Chinese character, the editor appear blinking May 25, 2022
@yifan0414
Copy link
Author

When I uninstall the Vscode Vim extention, It's back to normal

@yifan0414
Copy link
Author

jupyternotebook appear the same issue

@alexdima alexdima added VIM VIM issue editor-input-IME Editor input of characters not on keyboard labels May 30, 2022
@VectorLu
Copy link

I test vscode 1.54.3 + vim 1.21.5, it's ok.
Version: 1.54.3
Commit: 2b9aebd
Date: 2021-03-15T11:00:52.911Z (1 yr ago)
Electron: 11.3.0
Chrome: 87.0.4280.141
Node.js: 12.18.3
V8: 8.7.220.31-electron.0
OS: Darwin arm64 21.5.0

But 1.66+ this bug occurred.

Now I'm using the old version vscode, I hope this bug would be fixed soon and we who like vim could enjoy the newest version vscode as soon as possible :)

@alexdima alexdima added the bug Issue identified by VS Code Team member as probable bug label Jun 24, 2022
@zhanyeye
Copy link

zhanyeye commented Aug 1, 2022

@hlovdal
Copy link

hlovdal commented Oct 22, 2023

So since this is something that used to work but no longer is this sounds like a perfect use case for git bisect.

Step 1: Verify that the issue occurs with the compiled development version in this repository.
Step 2: git bisect start
Step 3: git bisect good 1.63.2
Step 4: git bisect bad 1.64.2
Step 5...: investigate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug editor-input-IME Editor input of characters not on keyboard VIM VIM issue
Projects
None yet
Development

No branches or pull requests

5 participants