-
According to this, I can change a And according to this, the configuration files are local, based on the directory hierarchy of the project. But I want this setting to be applied user-wide, so the extension behaves in a accent-insensitive way by default. Is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
Jason3S
Jul 16, 2023
Replies: 1 comment
-
If you change it in 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
}
] |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ubalklen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@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: