Skip to content

Commit

Permalink
Add 'kefw2 status' to the list of VSCode run targets
Browse files Browse the repository at this point in the history
  • Loading branch information
hilli committed Feb 13, 2025
1 parent a788fcf commit 9391dbf
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 @@ -11,6 +11,14 @@
"mode": "debug",
"program": "cmd/kefw2/kefw2.go",
"args": ["config", "speaker", "add", "10.0.0.93"]
},
{
"name": "Launch kefw2 status",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "cmd/kefw2/kefw2.go",
"args": ["status"]
}
]
}

0 comments on commit 9391dbf

Please sign in to comment.