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 C# dictionary #2791

Merged
merged 3 commits into from May 4, 2022
Merged

feat: Upgrade C# dictionary #2791

merged 3 commits into from May 4, 2022

Commits on May 4, 2022

  1. feat: Upgrade C# dictionary

    **Semi-Breaking change**
    
    `allowCompoundWords` is no-longer `true` by default for C#.
    
    If you want the old behavior, add the following to your `cspell.json` file:
    
    **`cspell.json`**
    ```json
    {
        "languageSettings": [
            {
                "languageId": "csharp",
                "allowCompoundWords": true
            }
        ]
    }
    ```
    Jason3S committed May 4, 2022
    Copy the full SHA
    98714bf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    98900b8 View commit details
    Browse the repository at this point in the history
  3. Update @cspell/dict-csharp

    Jason3S committed May 4, 2022
    Copy the full SHA
    84dac76 View commit details
    Browse the repository at this point in the history