Loose some fat on the VSCode dev container (#13278)

This commit is contained in:
Franck Nijhof 2020-05-03 23:27:28 +02:00 committed by GitHub
parent 3806eac05c
commit 062db1966f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}