Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: cspell breaks when an override includes a dictionary definition. #3172

Closed
Jason3S opened this issue Jul 1, 2022 · 1 comment · Fixed by #3173
Closed

Regression: cspell breaks when an override includes a dictionary definition. #3172

Jason3S opened this issue Jul 1, 2022 · 1 comment · Fixed by #3173

Comments

@Jason3S
Copy link
Collaborator

Jason3S commented Jul 1, 2022

The following cspell.json will cause CSpell to break when spell checking TypeScript files.

cspell.json

{
    "overrides": [
        {
            "name": "Override Typescript",
            "filename": "**/*.ts",
            "dictionaryDefinitions": [
                {
                    "name": "Test Dictionary",
                    "path": "./words.txt"
                }
            ]
        }
    ]
}
Jason3S added a commit that referenced this issue Jul 1, 2022
Jason3S added a commit that referenced this issue Jul 1, 2022
@Jason3S Jason3S linked a pull request Jul 1, 2022 that will close this issue
Jason3S added a commit that referenced this issue Jul 1, 2022
* fix: #3172
* Update DictionarySettings.test.ts
@github-actions
Copy link
Contributor

github-actions bot commented Aug 1, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant