Vim icon indicating copy to clipboard operation
Vim copied to clipboard

The cursor covers the end of the selection when searching with vscode

Open QZLin opened this issue 3 years ago • 0 comments

Describe the bug The cursor covers the char of the selection end when searching with vscode, and it's hard to recognize. If disable vim mode, this won't happen.

To Reproduce Steps to reproduce the behavior:

  1. Enable vim mode
  2. Use find of vscode (Edit -> Find)
  3. enter something then search and click [next match]
  4. See error

Expected behavior The end char of selection should be clearly recognizable.

Screenshots

  • vim mode enabled image
  • vim mode disabled image image

Environment

  • Extension (VsCodeVim) version: 1.23.1
  • VSCode version: (Latest of UTC: 8:32 PM Friday, July 1, 2022)
  • VS Code version: 1.69.0-insider
Version: 1.69.0-insider
Commit: 0b3574dcef8f35fec4ee4f83dc958c1f16ef6fce
Date: 2022-07-01T05:17:04.343Z
Electron: 18.3.5
Chromium: 100.0.4896.160
Node.js: 16.13.2
V8: 10.0.139.17-electron.0
OS: Windows_NT x64 10.0.22621
  • OS: Windows 11 22H2

Additional context Add any other context about the problem here.

  • Change the style of cursor won't solve this problem image

QZLin avatar Jul 01 '22 20:07 QZLin