1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

Update devcontainer.json

This commit is contained in:
Pascal Vizeli
2019-08-20 17:51:27 +02:00
committed by GitHub
parent 1ea63f185c
commit b3eff41692

View File

@@ -6,7 +6,7 @@
"appPort": "9123:8123",
"runArgs": [
"-e",
"GIT_EDITOR='code --wait'",
"GIT_EDITOR=\"code --wait\"",
"--privileged"
],
"extensions": [
@@ -26,4 +26,4 @@
"editor.formatOnType": true,
"files.trimTrailingWhitespace": true
}
}
}