chore: devcontainer yaml format change

This commit is contained in:
swve 2023-05-07 09:43:54 +00:00
parent 7a1d2538e0
commit 7d6ba9ff2a

View file

@ -3,6 +3,8 @@
"dockerComposeFile": ["../docker-compose.yml"],
"service": "api",
"workspaceFolder": "/usr/learnhouse",
"customizations": {
"vscode": {
"extensions": [
"eamodio.gitlens",
"ms-python.python",
@ -12,6 +14,8 @@
"esbenp.prettier-vscode",
"ms-python.isort",
"redhat.vscode-yaml"
],
]
}
},
"shutdownAction": "stopCompose"
}