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

feat: Upgrade python dictionary #2763

Merged
merged 2 commits into from May 2, 2022
Merged

feat: Upgrade python dictionary #2763

merged 2 commits into from May 2, 2022

Conversation

Jason3S
Copy link
Collaborator

@Jason3S Jason3S commented May 2, 2022

Semi-Breaking change

The updated python dictionary no longer sets allowCompoundWords to true. If you want the old behavior, add the following to your cspell.json file:

cspell.json

{
    "languageSettings": [
        {
            "languageId": "python",
            "allowCompoundWords": true
        }
    ]
}

Note: setting allowCompoundWords to true hides many misspellings.

See:

Note: `allowCompoundWords` is now `false` by default.
@Jason3S Jason3S merged commit 2a86f54 into main May 2, 2022
@Jason3S Jason3S deleted the dev-python branch May 2, 2022 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant