mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-14 02:24:20 +01:00
Simplify devcontainer setup (#1687)
* Simplify devcontainer setup * Add stable shellcheck * Fix observer port
This commit is contained in:
@@ -3,19 +3,14 @@
|
||||
"name": "Home Assistant Add-Ons",
|
||||
"context": "..",
|
||||
"dockerFile": "Dockerfile",
|
||||
"appPort": "7123:8123",
|
||||
"runArgs": [
|
||||
"-e",
|
||||
"GIT_EDITOR=code --wait",
|
||||
"--privileged"
|
||||
],
|
||||
"appPort": ["7123:8123", "7357:4357"],
|
||||
"postStartCommand": "service docker start",
|
||||
"runArgs": ["-e", "GIT_EDITOR=code --wait", "--privileged"],
|
||||
"extensions": [
|
||||
"timonwong.shellcheck",
|
||||
"esbenp.prettier-vscode"
|
||||
],
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/bash"
|
||||
},
|
||||
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/test_hassio/addons/local,type=bind,consistency=delegated",
|
||||
"workspaceFolder": "/workspaces/test_hassio/addons/local"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user