vsc-conceal icon indicating copy to clipboard operation
vsc-conceal copied to clipboard

Cursor is showing to the left of the symbols when it is on the right

Open orpuente opened this issue 4 years ago • 2 comments

Hi, I have the following settings: "conceal.revealOn": "none", "conceal.prettyCursor": "none", "conceal.adjustCursorMovement": true,

And when I move the cursor from left to right, or from right to left to "jump" over a symbol it seems to be rendering the cursor to the left of the symbol in both of the following situations:

  1. When the cursor is to left of the symbol (this is ok)
  2. When the cursor is to right of the symbol (here is the issue)

orpuente avatar Aug 30 '20 19:08 orpuente

I'll look into this when I have the chance!

pancaek avatar Aug 31 '20 23:08 pancaek

Facing the same problem here. Specifically, I'm using this for LaTeX and replace commands like \leq with .

https://github.com/coq-community/vsc-conceal/assets/60427058/18e60ff9-39c9-45db-814b-d611e09c4bb9

sleepymalc avatar Oct 31 '23 15:10 sleepymalc