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",
|
||||
"request": "launch",
|
||||
"module": "homeassistant",
|
||||
"args": [
|
||||
"--debug",
|
||||
"-c",
|
||||
"config"
|
||||
]
|
||||
"justMyCode": false,
|
||||
"args": ["--debug", "-c", "config"]
|
||||
},
|
||||
{
|
||||
// Debug by attaching to local Home Asistant server using Remote Python Debugger.
|
||||
@ -28,7 +25,7 @@
|
||||
"localRoot": "${workspaceFolder}",
|
||||
"remoteRoot": "."
|
||||
}
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
// Debug by attaching to remote Home Asistant server using Remote Python Debugger.
|
||||
@ -43,7 +40,7 @@
|
||||
"localRoot": "${workspaceFolder}",
|
||||
"remoteRoot": "/usr/src/homeassistant"
|
||||
}
|
||||
],
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user