Files
kwaylon/.devcontainer/devcontainer.json
2023-06-11 10:12:31 -05:00

22 lines
481 B
JSON

{
"name": "Kwaylon",
"dockerComposeFile": "./docker-compose.yml",
"service": "kwaylon",
"workspaceFolder": "/kwaylon",
"shutdownAction": "stopCompose",
"features": {
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {},
},
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-toolsai.jupyter",
"mhutchie.git-graph",
"ms-python.isort",
"ms-python.autopep8"
]
}
}
}