FW_LED_System_Monitor/.vscode/launch.json

17 lines
585 B
JSON
Raw Permalink Normal View History

2024-08-17 16:49:21 -04:00
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "debugpy",
2024-08-17 16:49:21 -04:00
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true,
"args": ["-ls", "left-snap.json", "-rs", "right-snap.json"]
2024-08-17 16:49:21 -04:00
}
]
2024-08-01 02:47:31 -04:00
}