mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Add "Home Assistant (skip pip)" to VS Code launch.json (#74887)
This commit is contained in:
parent
b4e5c95e03
commit
c2d8335cc5
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@ -12,6 +12,14 @@
|
|||||||
"justMyCode": false,
|
"justMyCode": false,
|
||||||
"args": ["--debug", "-c", "config"]
|
"args": ["--debug", "-c", "config"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Home Assistant (skip pip)",
|
||||||
|
"type": "python",
|
||||||
|
"request": "launch",
|
||||||
|
"module": "homeassistant",
|
||||||
|
"justMyCode": false,
|
||||||
|
"args": ["--debug", "-c", "config", "--skip-pip"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
// Debug by attaching to local Home Asistant server using Remote Python Debugger.
|
// Debug by attaching to local Home Asistant 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