Reuse the Frigate integration devcontainer
This commit is contained in:
Vendored
+2
-1
@@ -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/**"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Vendored
-26
@@ -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": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user