22 lines
481 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |