mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Loose some fat on the VSCode dev container (#13278)
This commit is contained in:
parent
3806eac05c
commit
062db1966f
@ -1,30 +1,22 @@
|
||||
{
|
||||
"name": "home-assistant.io",
|
||||
"dockerFile": "Dockerfile",
|
||||
"appPort": [
|
||||
4000
|
||||
],
|
||||
"postCreateCommand": "bundle install",
|
||||
"extensions": [
|
||||
"davidanson.vscode-markdownlint",
|
||||
"eamodio.gitlens",
|
||||
"editorconfig.editorconfig",
|
||||
"github.vscode-pull-request-github",
|
||||
"mrmlnc.vscode-scss",
|
||||
"ms-vsliveshare.vsliveshare",
|
||||
"rebornix.Ruby",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"yzhang.markdown-all-in-one"
|
||||
],
|
||||
"settings": {
|
||||
"editor.rulers": [80, 100, 120],
|
||||
"editor.renderWhitespace": "boundary",
|
||||
"errorLens.gutterIconsEnabled": true,
|
||||
"errorLens.addAnnotationTextPrefixes": false,
|
||||
"errorLens.enabledDiagnosticLevels": [
|
||||
"error",
|
||||
"warning"
|
||||
],
|
||||
"terminal.integrated.shell.linux": "/bin/bash"
|
||||
}
|
||||
"name": "home-assistant.io",
|
||||
"dockerFile": "Dockerfile",
|
||||
"appPort": [4000],
|
||||
"postCreateCommand": "bundle install",
|
||||
"extensions": [
|
||||
"davidanson.vscode-markdownlint",
|
||||
"editorconfig.editorconfig",
|
||||
"mrmlnc.vscode-scss",
|
||||
"rebornix.Ruby",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"yzhang.markdown-all-in-one"
|
||||
],
|
||||
"settings": {
|
||||
"editor.rulers": [80, 100, 120],
|
||||
"editor.renderWhitespace": "boundary",
|
||||
"errorLens.gutterIconsEnabled": true,
|
||||
"errorLens.addAnnotationTextPrefixes": false,
|
||||
"errorLens.enabledDiagnosticLevels": ["error", "warning"],
|
||||
"terminal.integrated.shell.linux": "/bin/bash"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user