mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Add debug launch configuration for current open test file (#137177)
This commit is contained in:
parent
9cbed483fb
commit
9105542bab
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@ -42,6 +42,14 @@
|
|||||||
"--picked"
|
"--picked"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Home Assistant: Debug Current Test File",
|
||||||
|
"type": "debugpy",
|
||||||
|
"request": "launch",
|
||||||
|
"module": "pytest",
|
||||||
|
"console": "integratedTerminal",
|
||||||
|
"args": ["-vv", "${file}"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
// Debug by attaching to local Home Assistant server using Remote Python Debugger.
|
// Debug by attaching to local Home Assistant server using Remote Python Debugger.
|
||||||
// See https://www.home-assistant.io/integrations/debugpy/
|
// See https://www.home-assistant.io/integrations/debugpy/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user