mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Allow debugging of integration dependancies (#49211)
This commit is contained in:
parent
81d46828ad
commit
8ce74e598d
11
.vscode/launch.json
vendored
11
.vscode/launch.json
vendored
@ -9,11 +9,8 @@
|
|||||||
"type": "python",
|
"type": "python",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"module": "homeassistant",
|
"module": "homeassistant",
|
||||||
"args": [
|
"justMyCode": false,
|
||||||
"--debug",
|
"args": ["--debug", "-c", "config"]
|
||||||
"-c",
|
|
||||||
"config"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// Debug by attaching to local Home Asistant server using Remote Python Debugger.
|
// Debug by attaching to local Home Asistant server using Remote Python Debugger.
|
||||||
@ -28,7 +25,7 @@
|
|||||||
"localRoot": "${workspaceFolder}",
|
"localRoot": "${workspaceFolder}",
|
||||||
"remoteRoot": "."
|
"remoteRoot": "."
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// Debug by attaching to remote Home Asistant server using Remote Python Debugger.
|
// Debug by attaching to remote Home Asistant server using Remote Python Debugger.
|
||||||
@ -43,7 +40,7 @@
|
|||||||
"localRoot": "${workspaceFolder}",
|
"localRoot": "${workspaceFolder}",
|
||||||
"remoteRoot": "/usr/src/homeassistant"
|
"remoteRoot": "/usr/src/homeassistant"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user