Files
LoraSA/.vscode/cspell.json
2024-08-04 12:13:26 -07:00

22 lines
517 B
JSON

{
// Config file for the "streetsidesoftware.code-spell-checker"
// VS Code extension
// language - current active spelling language
"language": "en",
"words": [
"heltec",
"PROGMEM",
"RADIOLIB",
"RSSI",
"UCOG",
"vbat"
],
// flagWords - list of words to be always considered incorrect
// This is useful for offensive words and common spelling errors.
// For example "hte" should be "the"
"flagWords": [
"hte"
]
}