mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-14 00:44:53 +03:00
Avoid empty lines in devcontainer.json
This commit is contained in:
parent
437392149e
commit
6c1be80ad4
|
@ -31,7 +31,7 @@
|
||||||
"workspaceFolder": "/app",
|
"workspaceFolder": "/app",
|
||||||
// Set *default* container specific settings.json values on container create.
|
// Set *default* container specific settings.json values on container create.
|
||||||
"customizations": {
|
"customizations": {
|
||||||
{% if cookiecutter.editor == "VS Code" %}
|
{%- if cookiecutter.editor == "VS Code" %}
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"settings": {
|
"settings": {
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
"batisteo.vscode-django"
|
"batisteo.vscode-django"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
{% endif %}
|
{%- endif %}
|
||||||
},
|
},
|
||||||
// Uncomment the next line if you want start specific services in your Docker Compose config.
|
// Uncomment the next line if you want start specific services in your Docker Compose config.
|
||||||
// "runServices": [],
|
// "runServices": [],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user