Skip to content

Commit

Permalink
Add "Home Assistant (skip pip)" to VS Code launch.json (home-assistan…
Browse files Browse the repository at this point in the history
  • Loading branch information
mib1185 authored Jul 10, 2022
1 parent b4e5c95 commit c2d8335
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"justMyCode": false,
"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.
// See https://www.home-assistant.io/integrations/debugpy/
Expand Down

0 comments on commit c2d8335

Please sign in to comment.