FW_LED_System_Monitor/.vscode/launch.json
Leone, Mark A [LGS] 68989ed8e4 Implement snapshot capability
Rename plugin funcs to make implemenation more intuitive

Add ID for snap. Remove redundant left/right id func. Show err if snap file not found

Track per-file snapshot error
2025-06-29 23:02:44 -04:00

17 lines
No EOL
585 B
JSON

{
// 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",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true,
"args": ["-ls", "left-snap.json", "-rs", "right-snap.json"]
}
]
}