// cSpell Settings
{
    "id": "aws",
    "name": "AWS",
    "description": "AWS dictionary.",
    "readonly": true,
    // List of dictionary files to add to the global list of dictionaries
    "dictionaryDefinitions": [
        {
            "name": "aws",
            "path": "./dict/aws.txt",
            "description": "AWS dictionary."
        }
    ],
    // Dictionaries to always be used.
    "dictionaries": ["aws"]
}
