mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +00:00
Update devcontainer file (#29519)
This commit is contained in:
parent
f42e0522f5
commit
692352364f
@ -11,6 +11,8 @@
|
|||||||
"appPort": [4000],
|
"appPort": [4000],
|
||||||
"onCreateCommand": "bundle install && npm install",
|
"onCreateCommand": "bundle install && npm install",
|
||||||
"containerEnv": { "DEVCONTAINER": "true" },
|
"containerEnv": { "DEVCONTAINER": "true" },
|
||||||
|
"customizations": {
|
||||||
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"davidanson.vscode-markdownlint",
|
"davidanson.vscode-markdownlint",
|
||||||
"editorconfig.editorconfig",
|
"editorconfig.editorconfig",
|
||||||
@ -30,3 +32,5 @@
|
|||||||
"workbench.startupEditor": "none"
|
"workbench.startupEditor": "none"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user