-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
Jason3S
Nov 26, 2024
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ranger81
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ranger81,
Since VS Code limits the number of issues shown in a document, it is necessary to use custom decorations to draw the
~~~~
.To do this, set:
cSpell.useCustomDecorations
totrue
:It should be able to draw all the issues.