1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-02-14 23:19:37 +00:00

Update devcontainer.json

This commit is contained in:
Pascal Vizeli
2019-07-04 17:28:50 +02:00
committed by GitHub
parent b0e994f3f5
commit 157740e374

View File

@@ -3,6 +3,9 @@
"name": "Hass.io dev",
"context": "..",
"dockerFile": "Dockerfile",
"runArgs": [
"-e", "GIT_EDTIOR='code --wait'"
],
"extensions": [
"ms-python.python"
],
@@ -13,6 +16,7 @@
"python.formatting.provider": "black",
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.formatOnType": true
"editor.formatOnType": true,
"files.trimTrailingWhitespace": true
}
}
}