Skip to content
Snippets Groups Projects
Commit 1a14deb8 authored by Christoph Schmidt's avatar Christoph Schmidt
Browse files

Added a launch file for VS Code

parent 09956a97
No related branches found
No related tags found
No related merge requests found
{
// 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: Flexsensor",
"type": "python",
"request": "launch",
"program": "examples/main.py",
"console": "integratedTerminal",
"justMyCode": true
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment