Skip to content

Can't find the source of ignored spelling #2231

Answered by Jason3S
OTrkozak asked this question in Q&A
Discussion options

You must be logged in to vote

@OTrkozak,

Would you please tell me what version of CSpell you are using? cspell -V

I think it is related to the Base64 detection. See #2175. Version ^5.15.0 should work.

You can also try the following:

To disable Base64 checking add the following to your config:

    "patterns": [
        {
            "name": "Base64",
            "description": "Turn off Base64",
            "pattern": "/$^/g"
        },
        {
            "name": "Base64SingleLine",
            "description": "Turn off Base64SingleLine",
            "pattern": "/$^/g"
        },
        {
            "name": "Base64MultiLine",
            "description": "Turn off Base64MultiLine",
            "pattern": "/$^/g"

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@OTrkozak
Comment options

@OTrkozak
Comment options

Answer selected by OTrkozak
Comment options

You must be logged in to vote
1 reply
@Jason3S
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants