VsVim icon indicating copy to clipboard operation
VsVim copied to clipboard

Caret's font is hard-coded to Consolas - not respecting configured font

Open gplusplus314 opened this issue 1 year ago • 2 comments
trafficstars

Describe the bug The character within the block caret is always rendered using the Consolas font, regardless of settings.

To Reproduce Steps to reproduce the behavior:

  1. Go to Tools->Options
  2. Click on Environment->Fonts and Colors
  3. Change the font to anything clearly different than Consolas, such as Source Code Pro or Comic Sans
  4. Click ok
  5. Move your caret around in an editor and see the font mismatch.

Expected behavior The same font inside of the carat as the rest of the editor.

Screenshots I can't, sorry.

Environment (please complete the following information):

  • Visual Studio version: 2022
  • VsVim version: 2.10.0.6
  • Programming Language: C++
  • Check(Type 'x') any that are installed:
    • [ ] ReSharper
    • [x] Visual Assist

Additional context None - I think this is straight forward.

Note: The following is written about contributing. https://github.com/VsVim/VsVim/blob/master/CONTRIBUTING.md

General Keyboard configuration problems are described below. https://github.com/VsVim/VsVim/issues/2527

gplusplus314 avatar Dec 16 '23 00:12 gplusplus314

image Seems ok to me.

nosami avatar Mar 11 '24 02:03 nosami

I'm using a non-standard font and it works here too, windows 10 + visual studio Version 17.10.1

kbilsted avatar Jun 28 '24 16:06 kbilsted