// cSpell Settings
{
    "id": "software-terms",
    "name": "Software Terms",
    "readonly": true,
    "description": "Software terms dictionary for cspell.",
    // List of dictionary files to add to the global list of dictionaries
    "dictionaryDefinitions": [
        {
            "name": "softwareTerms",
            "path": "./softwareTerms.txt.gz",
            "description": "Software terms dictionary for cspell."
        }
    ],
    // Enable `softwareTerms` by default if this extension is imported.
    "dictionaries": ["softwareTerms"]
}
