Skip to content

Commit 66e32f8

Browse files
committed
fix launch.json punctuation
1 parent eb85439 commit 66e32f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.vscode/launch.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
"module": "meshtastic",
263263
"justMyCode": true,
264264
"args": ["--nodes", "--show-fields", "AKA,Pubkey,Role,Role,Role,Latitude,Latitude,deviceMetrics.voltage"]
265-
}
265+
},
266266
{
267267
"name": "meshtastic --export-config",
268268
"type": "debugpy",
@@ -271,6 +271,5 @@
271271
"justMyCode": true,
272272
"args": ["--export-config", "config.json"]
273273
},
274-
275274
]
276275
}

0 commit comments

Comments
 (0)