Avoid empty lines in devcontainer.json

This commit is contained in:
Bruno Alla 2023-06-28 13:46:13 +01:00
parent 437392149e
commit 6c1be80ad4
No known key found for this signature in database

View File

@ -31,7 +31,7 @@
"workspaceFolder": "/app",
// Set *default* container specific settings.json values on container create.
"customizations": {
{% if cookiecutter.editor == "VS Code" %}
{%- if cookiecutter.editor == "VS Code" %}
"vscode": {
"settings": {
"editor.formatOnSave": true,
@ -76,7 +76,7 @@
"batisteo.vscode-django"
]
}
{% endif %}
{%- endif %}
},
// Uncomment the next line if you want start specific services in your Docker Compose config.
// "runServices": [],