mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore: init devcontainer for backend service
This commit is contained in:
parent
0595495dd5
commit
f0f71553b7
1 changed files with 17 additions and 0 deletions
17
.devcontainer/devcontainer.json
Normal file
17
.devcontainer/devcontainer.json
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"name": "learnhouse-dev",
|
||||||
|
"dockerComposeFile": ["../docker-compose.yml"],
|
||||||
|
"service": "api",
|
||||||
|
"workspaceFolder": "/usr/learnhouse",
|
||||||
|
"extensions": [
|
||||||
|
"eamodio.gitlens",
|
||||||
|
"ms-python.python",
|
||||||
|
"ms-python.vscode-pylance",
|
||||||
|
"styled-components.vscode-styled-components",
|
||||||
|
"dbaeumer.vscode-eslint",
|
||||||
|
"esbenp.prettier-vscode",
|
||||||
|
"ms-python.isort",
|
||||||
|
"redhat.vscode-yaml"
|
||||||
|
],
|
||||||
|
"shutdownAction": "stopCompose"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue