Current section

Files

Jump to
spellweaver priv bun node_modules @cspell dict-aws cspell-ext.json
Raw

priv/bun/node_modules/@cspell/dict-aws/cspell-ext.json

// 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"]
}