Reuse the Frigate integration devcontainer

This commit is contained in:
Felipe Santos
2022-06-17 03:45:11 +00:00
parent bae67d70b2
commit dd9a19d179
13 changed files with 95 additions and 56 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"name": "Launch Chrome against Home Assistant",
"url": "http://localhost:8123",
"webRoot": "${workspaceFolder}/dist",
"preLaunchTask": "Rollup & Home Assistant"
"preLaunchTask": "Rollup",
"resolveSourceMapLocations": ["http://localhost:5001/**"]
}
]
}
-26
View File
@@ -21,32 +21,6 @@
}
},
"isBackground": true
},
{
"label": "Home Assistant",
"type": "shell",
"command": "container start",
"problemMatcher": {
"pattern": [
{
"regexp": ".",
"file": 1,
"location": 2,
"message": 3
}
],
"background": {
"activeOnStart": true,
"beginsPattern": ".",
"endsPattern": "."
}
},
"isBackground": true
},
{
"label": "Rollup & Home Assistant",
"dependsOn": ["Rollup", "Home Assistant"],
"problemMatcher": []
}
]
}