mirror of
https://github.com/home-assistant/core.git
synced 2025-08-12 00:55:26 +02:00
Add git editor / app port
This commit is contained in:
@@ -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"
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user