mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 20:09:25 +00:00
Merge pull request #32 from learnhouse/feat/dev-containers
chore: init devcontainer for backend service
This commit is contained in:
commit
b1d0ece5cd
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-backend",
|
||||
"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