mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore: devcontainer yaml format change
This commit is contained in:
parent
7a1d2538e0
commit
7d6ba9ff2a
1 changed files with 14 additions and 10 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue