// cSpell Settings
{
    "id": "public-licenses",
    "version": "0.2",
    "name": "Common Public Licenses",
    "description": "Common Public Licenses dictionary for cspell.",
    "readonly": true,
    // List of dictionary files to add to the global list of dictionaries
    "dictionaryDefinitions": [
        {
            "name": "public-licenses",
            "path": "./public-licenses.txt.gz",
            "description": "Common Public Licenses dictionary for cspell."
        }
    ],
    // Turn on the dictionary by default.
    // It can be turned off using `"dictionaries": ["!public-licenses"]
    "dictionaries": ["public-licenses"],
    "languageSettings": []
}
