mirror of
https://github.com/meshtastic/python.git
synced 2025-12-28 10:27:54 -05:00
show debug output when running tests
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -34,7 +34,7 @@
|
||||
"request": "launch",
|
||||
"module": "meshtastic",
|
||||
"justMyCode": true,
|
||||
"args": ["--test"]
|
||||
"args": [ "--debug", "--test"]
|
||||
},
|
||||
{
|
||||
"name": "meshtastic sendtext",
|
||||
|
||||
Reference in New Issue
Block a user