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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}
}
}