Skip to content

Commit

Permalink
vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
flueke committed Sep 16, 2024
1 parent 9e1aa33 commit d525bdd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@
"console": "internalConsole",
"cwd": "${workspaceFolder}/",
"env": { "PYTHONPATH": "${cwd}" }
},
{
"name": "mesycontrol_script_runner 0",
"type": "debugpy",
"request": "launch",
"program": "/home/florian/.virtualenvs/mesycontrol-dev-py3.10/bin/mesycontrol_script_runner",
"args": ["/dev/ttyUSB2", "src/client/mesycontrol/scripts/scanbus.py", "--debug"],
"console": "internalConsole",
"cwd": "${workspaceFolder}/",
"env": { "PYTHONPATH": "${cwd}" }
}
]
}

0 comments on commit d525bdd

Please sign in to comment.