mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Add git editor / app port
This commit is contained in:
parent
23dd644f4a
commit
0c43c4b5e1
@ -4,6 +4,10 @@
|
|||||||
"context": "..",
|
"context": "..",
|
||||||
"dockerFile": "Dockerfile",
|
"dockerFile": "Dockerfile",
|
||||||
"postCreateCommand": "pip3 install -e .",
|
"postCreateCommand": "pip3 install -e .",
|
||||||
|
"appPort": 8123,
|
||||||
|
"runArgs": [
|
||||||
|
"-e", "GIT_EDTIOR='code --wait'"
|
||||||
|
],
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"ms-python.python"
|
"ms-python.python"
|
||||||
],
|
],
|
||||||
@ -12,4 +16,4 @@
|
|||||||
"python.linting.pylintEnabled": true,
|
"python.linting.pylintEnabled": true,
|
||||||
"python.linting.enabled": true
|
"python.linting.enabled": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user