mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Add PYTHONASYNCIODEBUG to the dev container env (#115392)
This commit is contained in:
parent
f0c8c2a684
commit
d9b74fda89
@ -4,7 +4,10 @@
|
|||||||
"dockerFile": "../Dockerfile.dev",
|
"dockerFile": "../Dockerfile.dev",
|
||||||
"postCreateCommand": "script/setup",
|
"postCreateCommand": "script/setup",
|
||||||
"postStartCommand": "script/bootstrap",
|
"postStartCommand": "script/bootstrap",
|
||||||
"containerEnv": { "DEVCONTAINER": "1" },
|
"containerEnv": {
|
||||||
|
"DEVCONTAINER": "1",
|
||||||
|
"PYTHONASYNCIODEBUG": "1"
|
||||||
|
},
|
||||||
// Port 5683 udp is used by Shelly integration
|
// Port 5683 udp is used by Shelly integration
|
||||||
"appPort": ["8123:8123", "5683:5683/udp"],
|
"appPort": ["8123:8123", "5683:5683/udp"],
|
||||||
"runArgs": ["-e", "GIT_EDITOR=code --wait"],
|
"runArgs": ["-e", "GIT_EDITOR=code --wait"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user