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,17 +1,12 @@
{ {
"name": "home-assistant.io", "name": "home-assistant.io",
"dockerFile": "Dockerfile", "dockerFile": "Dockerfile",
"appPort": [ "appPort": [4000],
4000
],
"postCreateCommand": "bundle install", "postCreateCommand": "bundle install",
"extensions": [ "extensions": [
"davidanson.vscode-markdownlint", "davidanson.vscode-markdownlint",
"eamodio.gitlens",
"editorconfig.editorconfig", "editorconfig.editorconfig",
"github.vscode-pull-request-github",
"mrmlnc.vscode-scss", "mrmlnc.vscode-scss",
"ms-vsliveshare.vsliveshare",
"rebornix.Ruby", "rebornix.Ruby",
"streetsidesoftware.code-spell-checker", "streetsidesoftware.code-spell-checker",
"yzhang.markdown-all-in-one" "yzhang.markdown-all-in-one"
@ -21,10 +16,7 @@
"editor.renderWhitespace": "boundary", "editor.renderWhitespace": "boundary",
"errorLens.gutterIconsEnabled": true, "errorLens.gutterIconsEnabled": true,
"errorLens.addAnnotationTextPrefixes": false, "errorLens.addAnnotationTextPrefixes": false,
"errorLens.enabledDiagnosticLevels": [ "errorLens.enabledDiagnosticLevels": ["error", "warning"],
"error",
"warning"
],
"terminal.integrated.shell.linux": "/bin/bash" "terminal.integrated.shell.linux": "/bin/bash"
} }
} }