Replies: 2 comments 2 replies
-
|
This seem more like an issue than a discussion. It should work like you expect. |
Beta Was this translation helpful? Give feedback.
-
|
Some things to try:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, maybe my fault but the following doesn't work:
.vscode/settings.json
{ "cSpell.overrides": [ { "filename": "assets/i18n/**/xx.json", "language": "en,xx" } ] }Result:
(xx is just a placeholder for this example here)
I have to change
filenametoassets/**/xx.jsonto work for both. But I wonder how to specify thei18nfolder as itself and recursive?https://github.com/streetsidesoftware/cspell/blob/main/docs/configuration/overrides.md
Updated: Changed
overridetooverridesin this example. Just a typo.Beta Was this translation helpful? Give feedback.
All reactions