fix launch.json punctuation

This commit is contained in:
pdxlocations
2025-07-26 22:35:18 -07:00
parent eb85439000
commit 66e32f812a

3
.vscode/launch.json vendored
View File

@@ -262,7 +262,7 @@
"module": "meshtastic",
"justMyCode": true,
"args": ["--nodes", "--show-fields", "AKA,Pubkey,Role,Role,Role,Latitude,Latitude,deviceMetrics.voltage"]
}
},
{
"name": "meshtastic --export-config",
"type": "debugpy",
@@ -271,6 +271,5 @@
"justMyCode": true,
"args": ["--export-config", "config.json"]
},
]
}