mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-03-28 17:42:59 +01:00
22 lines
517 B
JSON
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"
|
|
]
|
|
}
|