mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Update devcontainer file (#29519)
This commit is contained in:
parent
f42e0522f5
commit
692352364f
@ -11,22 +11,26 @@
|
|||||||
"appPort": [4000],
|
"appPort": [4000],
|
||||||
"onCreateCommand": "bundle install && npm install",
|
"onCreateCommand": "bundle install && npm install",
|
||||||
"containerEnv": { "DEVCONTAINER": "true" },
|
"containerEnv": { "DEVCONTAINER": "true" },
|
||||||
"extensions": [
|
"customizations": {
|
||||||
"davidanson.vscode-markdownlint",
|
"vscode": {
|
||||||
"editorconfig.editorconfig",
|
"extensions": [
|
||||||
"GitHub.vscode-pull-request-github",
|
"davidanson.vscode-markdownlint",
|
||||||
"mrmlnc.vscode-scss",
|
"editorconfig.editorconfig",
|
||||||
"rebornix.Ruby",
|
"GitHub.vscode-pull-request-github",
|
||||||
"streetsidesoftware.code-spell-checker",
|
"mrmlnc.vscode-scss",
|
||||||
"taichi.vscode-textlint",
|
"rebornix.Ruby",
|
||||||
"yzhang.markdown-all-in-one"
|
"streetsidesoftware.code-spell-checker",
|
||||||
],
|
"taichi.vscode-textlint",
|
||||||
"settings": {
|
"yzhang.markdown-all-in-one"
|
||||||
"editor.renderWhitespace": "boundary",
|
],
|
||||||
"editor.rulers": [80, 100, 120],
|
"settings": {
|
||||||
"gitlens.showWelcomeOnInstall": false,
|
"editor.renderWhitespace": "boundary",
|
||||||
"gitlens.showWhatsNewAfterUpgrades": false,
|
"editor.rulers": [80, 100, 120],
|
||||||
"terminal.integrated.shell.linux": "/usr/bin/zsh",
|
"gitlens.showWelcomeOnInstall": false,
|
||||||
"workbench.startupEditor": "none"
|
"gitlens.showWhatsNewAfterUpgrades": false,
|
||||||
|
"terminal.integrated.shell.linux": "/usr/bin/zsh",
|
||||||
|
"workbench.startupEditor": "none"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user