Files
python/.vscode/settings.json

13 lines
326 B
JSON

{
"cSpell.words": [
"bitmask",
"boardid",
"Meshtastic",
"powermon",
"pyarrow",
"TORADIO",
"Vids"
],
"python.pythonPath": "/usr/bin/python3",
"flake8.enabled" : false // we are using trunk for formatting/linting rules, don't yell at us about line length
}