body-pose-animation/.vscode/launch.json
2021-02-02 15:26:37 +01:00

15 lines
469 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: Debug Fit",
"type": "python",
"request": "launch",
"program": "./example_fit.py",
"console": "integratedTerminal"
}
]
}