-
Words to ignore, which are used often, I add to a dictionary file. Words to ignore, which only occur in one file, I add to that file as But I can't do that for How can I do this without using a dictionary? |
Beta Was this translation helpful? Give feedback.
Answered by
Jason3S
Jul 18, 2022
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lonix1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@lonix1,
The
cspell:ignore
directive allows special characters and is picking up the"
. If you add a space after your words, it should work.