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,15 +3,19 @@
|
||||||
"dockerComposeFile": ["../docker-compose.yml"],
|
"dockerComposeFile": ["../docker-compose.yml"],
|
||||||
"service": "api",
|
"service": "api",
|
||||||
"workspaceFolder": "/usr/learnhouse",
|
"workspaceFolder": "/usr/learnhouse",
|
||||||
"extensions": [
|
"customizations": {
|
||||||
"eamodio.gitlens",
|
"vscode": {
|
||||||
"ms-python.python",
|
"extensions": [
|
||||||
"ms-python.vscode-pylance",
|
"eamodio.gitlens",
|
||||||
"styled-components.vscode-styled-components",
|
"ms-python.python",
|
||||||
"dbaeumer.vscode-eslint",
|
"ms-python.vscode-pylance",
|
||||||
"esbenp.prettier-vscode",
|
"styled-components.vscode-styled-components",
|
||||||
"ms-python.isort",
|
"dbaeumer.vscode-eslint",
|
||||||
"redhat.vscode-yaml"
|
"esbenp.prettier-vscode",
|
||||||
],
|
"ms-python.isort",
|
||||||
|
"redhat.vscode-yaml"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
"shutdownAction": "stopCompose"
|
"shutdownAction": "stopCompose"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue