r0c/.vscode/launch.json

17 lines
381 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Run r0c",
"type": "python",
"request": "launch",
"module": "r0c",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}",
"args": [
//"--hex-rx",
//"--hex-tx"
]
}
]
}