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