Open orpuente opened 4 years ago
I'll look into this when I have the chance!
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
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)