From e63a15daa991dc30d9652ef573d5d7bd701a474e Mon Sep 17 00:00:00 2001 From: Dave T <17680170+davet2001@users.noreply.github.com> Date: Mon, 10 Jun 2024 21:45:53 +0000 Subject: [PATCH] Remove json comment --- .vscode/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index fc02bf1c..dbdb72cb 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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 @@ -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", ] } ]