Skip to content

Commit

Permalink
Remove json comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davet2001 committed Jun 10, 2024
1 parent bc2821a commit e63a15d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"label": "Start Home Assistant",
"type": "shell",
"command": "supervisor_run",
"command": "chmod a+x /usr/bin/supervisor* && supervisor_run",
"group": {
"kind": "test",
"isDefault": true
Expand Down Expand Up @@ -53,7 +53,7 @@
"type": "pickString",
"description": "Name of addon (to add your addon to this list, please edit .vscode/tasks.json)",
"options": [
"example", // Add your addon here (lower case directory name)
"example",
]
}
]
Expand Down

0 comments on commit e63a15d

Please sign in to comment.