Skip to content

Commit

Permalink
update type to debugpy
Browse files Browse the repository at this point in the history
  • Loading branch information
DasBasti committed Jul 23, 2024
1 parent 840da2d commit 48ce624
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
{
// Example of attaching to local debug server
"name": "Python: Attach Local",
"type": "python",
"type": "debugpy",
"request": "attach",
"port": 5678,
"host": "localhost",
"pathMappings": [
{
"localRoot": "${workspaceFolder}",
Expand All @@ -19,10 +17,8 @@
{
// Example of attaching to my production server
"name": "Python: Attach Remote",
"type": "python",
"type": "debugpy",
"request": "attach",
"port": 5678,
"host": "homeassistant.local",
"pathMappings": [
{
"localRoot": "${workspaceFolder}",
Expand Down

0 comments on commit 48ce624

Please sign in to comment.