Skip to content

How to make it accent insensitive for all of my projects? #2703

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

You must be logged in to vote

@ubalklen,

If you change it in user settings, it should be applied to all projects by default.

But, you need to set it for all languages:

 "cSpell.languageSettings": [
        {
            "languageId": "*", // this is the programming language / file type.
            "locale": ["pt"], // it is necessary to set the locale
            "caseSensitive": false
        }
    ]

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ubalklen
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