mirror of
https://github.com/cyberjunky/home-assistant-garmin_connect.git
synced 2026-01-06 19:43:52 -05:00
28 lines
715 B
JSON
28 lines
715 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"justMyCode": false,
|
|
"name": "Python: Attach Local",
|
|
"pathMappings": [
|
|
{
|
|
"localRoot": "${workspaceFolder}",
|
|
"remoteRoot": "."
|
|
}
|
|
],
|
|
"request": "attach",
|
|
"type": "debugpy"
|
|
},
|
|
{
|
|
"name": "Python: Attach Remote",
|
|
"pathMappings": [
|
|
{
|
|
"localRoot": "${workspaceFolder}",
|
|
"remoteRoot": "/usr/src/homeassistant"
|
|
}
|
|
],
|
|
"request": "attach",
|
|
"type": "debugpy"
|
|
}
|
|
],
|
|
"version": "0.2.0"
|
|
} |