33 lines
875 B
JSON
33 lines
875 B
JSON
{
|
|
"name": "home-assistant.io",
|
|
"build": {
|
|
"dockerfile": "../Dockerfile",
|
|
"context": "..",
|
|
"args": {
|
|
"VARIANT": "2.7",
|
|
"NODE_VERSION": "18"
|
|
}
|
|
},
|
|
"appPort": [4000],
|
|
"onCreateCommand": "bundle install && npm install",
|
|
"containerEnv": { "DEVCONTAINER": "true" },
|
|
"extensions": [
|
|
"davidanson.vscode-markdownlint",
|
|
"editorconfig.editorconfig",
|
|
"GitHub.vscode-pull-request-github",
|
|
"mrmlnc.vscode-scss",
|
|
"rebornix.Ruby",
|
|
"streetsidesoftware.code-spell-checker",
|
|
"taichi.vscode-textlint",
|
|
"yzhang.markdown-all-in-one"
|
|
],
|
|
"settings": {
|
|
"editor.renderWhitespace": "boundary",
|
|
"editor.rulers": [80, 100, 120],
|
|
"gitlens.showWelcomeOnInstall": false,
|
|
"gitlens.showWhatsNewAfterUpgrades": false,
|
|
"terminal.integrated.shell.linux": "/usr/bin/zsh",
|
|
"workbench.startupEditor": "none"
|
|
}
|
|
}
|